wwFileStream::WriteFile

Writes a file from disk into the memory stream. The file can be a text file or binary file.

o.WriteFile(lcFilename)

Parameters

lcFilename
A filename on disk that is read into the file stream.

See also