VFile.OpenText Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9147)
OpenText(String)
Method returns an instance of the Streampath
.
A caller must dispose the returned Stream
Declaration
public static StreamReader OpenText(string path)
Parameters
Type | Name | Description |
---|---|---|
String | path | The path of the file. |
Returns
Type | Description |
---|---|
Stream |
An instance of the Stream |
Remarks
Returned instance of the Stream