VFile.OpenRead Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9147)
OpenRead(String)
Method returns an instance of the read-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 OpenRead(string path)
Parameters
Type | Name | Description |
---|---|---|
String | path | The path of the file. |
Returns
Type | Description |
---|---|
VFile |
An instance of the read-only VFile |