IFileProvider 介面
定義
唯讀檔案提供者的抽象概念。A read-only file provider abstraction.
public interface class IFileProvider
public interface IFileProvider
type IFileProvider = interface
Public Interface IFileProvider
- 衍生
方法
GetDirectoryContents(String) |
列舉指定路徑上的目錄 (若有的話)。Enumerate a directory at the given path, if any. |
GetFileInfo(String) |
在指定的路徑上尋找檔案。Locate a file at the given path. |
Watch(String) |
為指定的 |