VFile.OpenWrite Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9147)
OpenWrite(String)
Method returns an instance of the write-only VFilepath
.
A caller must dispose the returned stream.
Calling the method is equivalent to calling the method Open(String, File
Declaration
public static VFileStream OpenWrite(string path)
Parameters
Type | Name | Description |
---|---|---|
String | path | The path of the file. |
Returns
Type | Description |
---|---|
VFile |
An instance of the write-only VFile |