Click or drag to resize

LocalFileSystemClientOpenFile Method

Opens the specified file on the file system for reading.

Namespace:  Ookii.Jumbo.Dfs.FileSystem
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
public override Stream OpenFile(
	string path
)

Parameters

path
Type: SystemString
The path of the file.

Return Value

Type: Stream
A Stream that can be used to read the contents of the file.
See Also