Click or drag to resize
DigitalRuneZipStorageOpenFile 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
public override Stream OpenFile(
	string path
)

Parameters

path
Type: SystemString
The file to open.

Return Value

Type: Stream
A Stream object for reading the file.

Implements

IStorageOpenFile(String)
See Also