Click or drag to resize

FileSystemClientOpenFile 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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public abstract Stream OpenFile(
	string path
)

Parameters

path  String
The path of the file.

Return Value

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