Click or drag to resize

LocalFileSystemClient Constructor (String)

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: 2.0.0
Syntax
public LocalFileSystemClient(
	string rootPath
)

Parameters

rootPath
Type: SystemString
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