PhysicalFileSystem Class
Looks up files using the on-disk file system
Namespace: Microsoft.Owin.FileSystems
Assembly: Microsoft.Owin.FileSystems (in Microsoft.Owin.FileSystems.dll)
Inheritance Hierarchy
System.Object
Microsoft.Owin.FileSystems.PhysicalFileSystem
Syntax
public class PhysicalFileSystem : IFileSystem
public ref class PhysicalFileSystem : IFileSystem
type PhysicalFileSystem =
class
interface IFileSystem
end
Public Class PhysicalFileSystem
Implements IFileSystem
Constructors
Name | Description | |
---|---|---|
![]() |
PhysicalFileSystem(String) | Creates a new instance of a PhysicalFileSystem at the given root directory. |
Properties
Name | Description | |
---|---|---|
![]() |
Root | The root directory for this instance. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
![]() |
TryGetDirectoryContents(String, IEnumerable<IFileInfo>) | Enumerate a directory at the given path, if any. |
![]() |
TryGetFileInfo(String, IFileInfo) | Locate a file at the given path by directly mapping path segments to physical directories. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Owin.FileSystems Namespace
Return to top