Click or drag to resize

LocalFileSystemClientPath Property

Gets the path utility for this file system.

Namespace:  Ookii.Jumbo.Dfs.FileSystem
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
public override IFileSystemPathUtility Path { get; }

Property Value

Type: IFileSystemPathUtility
The IFileSystemPathUtility implementation for this file system.
See Also