| VfsStorageOpenFile Method |
Opens the specified file for reading.
Namespace: DigitalRune.StoragesAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public override Stream OpenFile(
string path
)
Public Overrides Function OpenFile (
path As String
) As Stream
public:
virtual Stream^ OpenFile(
String^ path
) override
abstract OpenFile :
path : string -> Stream
override OpenFile :
path : string -> Stream
Parameters
- path
- Type: SystemString
The file to open.
Return Value
Type:
StreamA
Stream object for reading the file.
Implements
IStorageOpenFile(String)See Also