  | FileSystemClientPath Property | 
            Gets the path utility for this file system.
            
Namespace: Ookii.Jumbo.Dfs.FileSystemAssembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic abstract IFileSystemPathUtility Path { get; }Public MustOverride ReadOnly Property Path As IFileSystemPathUtility
	Get
public:
virtual property IFileSystemPathUtility^ Path {
	IFileSystemPathUtility^ get () abstract;
}abstract Path : IFileSystemPathUtility with get
Property Value
IFileSystemPathUtility
            The 
IFileSystemPathUtility implementation for this file system.
            
See Also