Interface ILocalFileSystem
Interface for a file system that's accessible using a file system path
Inherited Members
Namespace:FubarDev.WebDavServer.FileSystem
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface ILocalFileSystem : IFileSystem
Properties
| Improve this Doc View SourceHasSubfolders
Gets a value indicating whether this file system uses sub folders.
Declaration
bool HasSubfolders { get; }
Property Value
Type | Description |
---|---|
Boolean |
RootDirectoryPath
Gets the path to the root directory
Declaration
string RootDirectoryPath { get; }
Property Value
Type | Description |
---|---|
String |