Метод | Описание | |
---|---|---|
CreateDirectory ( PathInfo directory ) : void | ||
DirectoryExists ( PathInfo directory ) : bool | ||
DirectoryGetFiles ( PathInfo directory, string fileExtension ) : IEnumerable |
||
FileExists ( PathInfo filePath ) : bool | ||
GetFileInfo ( PathInfo filePath ) : IFileInfo | ||
OpenRead ( PathInfo filePath ) : Stream | ||
OpenReadOrCreate ( PathInfo filePath ) : Stream | ||
OpenWrite ( PathInfo filePath ) : Stream | ||
RemoveFile ( PathInfo filePath ) : void | ||
SubscribeAsync ( string pattern, Action |
||
SubscribeDirectoryGetFilesAsync ( PathInfo prefix, string extension, Action |
||
ZipFileSystem ( string filePath, string rootPath ) : System |
Метод | Описание | |
---|---|---|
GetFullPath ( PathInfo path ) : string |
public CreateDirectory ( PathInfo directory ) : void | ||
directory | PathInfo | |
Результат | void |
public DirectoryExists ( PathInfo directory ) : bool | ||
directory | PathInfo | |
Результат | bool |
public DirectoryGetFiles ( PathInfo directory, string fileExtension ) : IEnumerable |
||
directory | PathInfo | |
fileExtension | string | |
Результат | IEnumerable |
public FileExists ( PathInfo filePath ) : bool | ||
filePath | PathInfo | |
Результат | bool |
public GetFileInfo ( PathInfo filePath ) : IFileInfo | ||
filePath | PathInfo | |
Результат | IFileInfo |
public OpenRead ( PathInfo filePath ) : Stream | ||
filePath | PathInfo | |
Результат | Stream |
public OpenReadOrCreate ( PathInfo filePath ) : Stream | ||
filePath | PathInfo | |
Результат | Stream |
public OpenWrite ( PathInfo filePath ) : Stream | ||
filePath | PathInfo | |
Результат | Stream |
public RemoveFile ( PathInfo filePath ) : void | ||
filePath | PathInfo | |
Результат | void |
public SubscribeAsync ( string pattern, Action |
||
pattern | string | |
handler | Action |
|
Результат | Task |
public SubscribeDirectoryGetFilesAsync ( PathInfo prefix, string extension, Action |
||
prefix | PathInfo | |
extension | string | |
handler | Action |
|
Результат | Task |
public ZipFileSystem ( string filePath, string rootPath ) : System | ||
filePath | string | |
rootPath | string | |
Результат | System |