Метод | Описание | |
---|---|---|
CreateDirectory ( PathInfo directory ) : void | ||
DirectoryExists ( PathInfo directory ) : bool | ||
DirectoryGetFiles ( PathInfo directory, string fileExtension ) : IEnumerable |
||
FileExists ( PathInfo filePath ) : bool | ||
FileSystem ( ) : System | ||
FileSystem ( string basePath ) : System | ||
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 |
Метод | Описание | |
---|---|---|
GetRootPath ( PathInfo part ) : PathInfo | ||
HandleFileSystemEvent ( |
||
Initialize ( ) : void | ||
InitializeWatcher ( ) : void | ||
NotifySubscriptions ( IFileInfo file ) : void | ||
Unsubscribe ( LookupDirectoryFileSystemSubscription subscription ) : void | ||
Unsubscribe ( LookupFileSystemSubscription subscription ) : void |
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 FileSystem ( string basePath ) : System | ||
basePath | string | |
Результат | System |
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 |