IFileSystem Interface

 

A file system abstraction

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

public interface class IFileSystem

NameDescription
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

Return to top
Show: