PhysicalFileSystem Class
Looks up files using the on-disk file system
Assembly: Microsoft.Owin.FileSystems (in Microsoft.Owin.FileSystems.dll)
| Name | Description | |
|---|---|---|
![]() | PhysicalFileSystem(String^) | Creates a new instance of a PhysicalFileSystem at the given root directory. |
| Name | Description | |
|---|---|---|
![]() | Root | The root directory for this instance. |
| 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. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


