Show / Hide Table of Contents

Interface ILocalFileSystem

Interface for a file system that's accessible using a file system path

Inherited Members
IFileSystem.Root
IFileSystem.SupportsRangedRead
IFileSystem.PropertyStore
IFileSystem.LockManager
IFileSystem.SelectAsync(String, CancellationToken)
Namespace:FubarDev.WebDavServer.FileSystem
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface ILocalFileSystem : IFileSystem

Properties

| Improve this Doc View Source

HasSubfolders

Gets a value indicating whether this file system uses sub folders.

Declaration
bool HasSubfolders { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

RootDirectoryPath

Gets the path to the root directory

Declaration
string RootDirectoryPath { get; }
Property Value
Type Description
String
  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX