| 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; }
Public Overrides ReadOnly Property Path As IFileSystemPathUtility
Get
public:
virtual property IFileSystemPathUtility^ Path {
IFileSystemPathUtility^ get () override;
}
abstract Path : IFileSystemPathUtility with get
override Path : IFileSystemPathUtility with get
Property Value
Type:
IFileSystemPathUtility
The
IFileSystemPathUtility implementation for this file system.
See Also