Click or drag to resize
DigitalRuneIStorageOpenFile Method
Opens the specified file for reading.

Namespace: DigitalRune.Storages
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
Stream OpenFile(
	string path
)

Parameters

path
Type: SystemString
The file to open.

Return Value

Type: Stream
A Stream object for reading the file.
See Also