Method | Description | |
---|---|---|
CreateDirectory ( PathInfo directory ) : void | ||
DirectoryExists ( PathInfo directory ) : bool | ||
DirectoryGetFiles ( PathInfo directory, string fileExtension ) : IEnumerable |
||
EmbeddedResourceFileSystem ( |
||
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 |
public CreateDirectory ( PathInfo directory ) : void | ||
directory | PathInfo | |
return | void |
public DirectoryExists ( PathInfo directory ) : bool | ||
directory | PathInfo | |
return | bool |
public DirectoryGetFiles ( PathInfo directory, string fileExtension ) : IEnumerable |
||
directory | PathInfo | |
fileExtension | string | |
return | IEnumerable |
public EmbeddedResourceFileSystem ( |
||
assembly | ||
return | System |
public FileExists ( PathInfo filePath ) : bool | ||
filePath | PathInfo | |
return | bool |
public GetFileInfo ( PathInfo filePath ) : IFileInfo | ||
filePath | PathInfo | |
return | IFileInfo |
public OpenRead ( PathInfo filePath ) : Stream | ||
filePath | PathInfo | |
return | Stream |
public OpenReadOrCreate ( PathInfo filePath ) : Stream | ||
filePath | PathInfo | |
return | Stream |
public OpenWrite ( PathInfo filePath ) : Stream | ||
filePath | PathInfo | |
return | Stream |
public RemoveFile ( PathInfo filePath ) : void | ||
filePath | PathInfo | |
return | void |
public SubscribeAsync ( string pattern, Action |
||
pattern | string | |
handler | Action |
|
return | Task |
public SubscribeDirectoryGetFilesAsync ( PathInfo prefix, string extension, Action |
||
prefix | PathInfo | |
extension | string | |
handler | Action |
|
return | Task |