PhysicalFileSystem Class

 

Looks up files using the on-disk file system

Namespace:   Microsoft.Owin.FileSystems
Assembly:  Microsoft.Owin.FileSystems (in Microsoft.Owin.FileSystems.dll)

System::Object
  Microsoft.Owin.FileSystems::PhysicalFileSystem

public ref class PhysicalFileSystem : IFileSystem

NameDescription
System_CAPS_pubmethodPhysicalFileSystem(String^)

Creates a new instance of a PhysicalFileSystem at the given root directory.

NameDescription
System_CAPS_pubpropertyRoot

The root directory for this instance.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodTryGetDirectoryContents(String^, IEnumerable<IFileInfo^>^)

Enumerate a directory at the given path, if any.

System_CAPS_pubmethodTryGetFileInfo(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.

Return to top
Show: