IFileSystem Interface
A file system abstraction
Namespace: Microsoft.Owin.FileSystems
Assembly: Microsoft.Owin.FileSystems (in Microsoft.Owin.FileSystems.dll)
Syntax
public interface IFileSystem
public interface class IFileSystem
type IFileSystem = interface end
Public Interface IFileSystem
Methods
Name | Description | |
---|---|---|
![]() |
TryGetDirectoryContents(String, IEnumerable<IFileInfo>) | Enumerate a directory at the given path, if any |
![]() |
TryGetFileInfo(String, IFileInfo) | Locate a file at the given path |
See Also
Microsoft.Owin.FileSystems Namespace
Return to top