Click or drag to resize

LocalFileSystemClient(String) Constructor

Initializes a new instance of the LocalFileSystemClient class with the specified root path.

Namespace: Ookii.Jumbo.Dfs.FileSystem
Assembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public LocalFileSystemClient(
	string rootPath
)

Parameters

rootPath  String
The root path.
Remarks

In this configuration, all absolute paths (even if they contain a drive specifier on Windows) passed to the members of this class will be made relative to the specified root path. Note that the Path property doesn't consider the root path.

See Also