SimplifiedFileWriterCreateFile Method

Creates a new file with the specified file name and returns a stream for writing data into the file.

Definition

Namespace: SnapDB.IO.FileStructure
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e

Parameters

fileName  SubFileName
The name of the file to create.

Return Value

ISupportsBinaryStream
The ISupportsBinaryStream representing the newly created file.

See Also