Share via


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
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

See Also

Microsoft.Owin.FileSystems Namespace

Return to top