Share via


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
System_CAPS_pubmethod PhysicalFileSystem(String)

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

Properties

Name Description
System_CAPS_pubproperty Root

The root directory for this instance.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod TryGetDirectoryContents(String, IEnumerable<IFileInfo>)

Enumerate a directory at the given path, if any.

System_CAPS_pubmethod 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