VFileInfo.OpenWrite Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9119)
OpenWrite()
Method returns an instance of the write-only VFileStream for the file. A caller must dispose the returned stream. Calling the method is equivalent to calling the method Open(FileMode, FileAccess) with arguments Open(FileMode.OpenOrCreate, FileAccess.Write).
Declaration
public VFileStream OpenWrite()
Returns
Type | Description |
---|---|
VFileStream | An instance of the write-only VFileStream for the file. |