 | DfsClientPath 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 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
IFileSystemPathUtility
The
IFileSystemPathUtility implementation for this file system.
See Also