IFileSystem.OpenRead method
Opens the file at the specified path for reading.
public Stream OpenRead(string path)
| parameter | description |
|---|---|
| path | The path of the file. |
Return Value
A stream for reading from the file.
See Also
- interface IFileSystem
Opens the file at the specified path for reading.
public Stream OpenRead(string path)
| parameter | description |
|---|---|
| path | The path of the file. |
A stream for reading from the file.