Method | Description | |
---|---|---|
DeleteFile ( string filePath ) : void | ||
DeleteFolder ( string folderPath, bool recursive ) : void | ||
EnsureFolderExists ( string folderPath ) : void | ||
Exists ( string path ) : bool | ||
FolderExists ( string folderPath ) : bool | ||
GetFilesIn ( string folderPath ) : IEnumerable |
||
GetFoldersIn ( string folderPath ) : IEnumerable |
||
NativePath ( string path ) : string | ||
OpenRead ( string path ) : Stream | ||
OpenWrite ( string path ) : Stream | ||
PathCombine ( string items0, string items1 ) : string | ||
TryMove ( string from, string to, bool deleteExistingTo ) : bool | ||
TryReadBinaryFile ( string path, Byte &contents ) : bool | ||
TryReadBinaryFile ( string path, bool>.Func |
||
TryReadBinaryFileAsync ( string path ) : Task |
||
TryReadBinaryFileAsync ( string path, Func |
||
TryReadTextFile ( string path, string &contents ) : bool | ||
TryReadTextFileAsync ( string path ) : Task |
||
WriteFile ( string path, Action |
||
WriteFile ( string path, IEnumerable |
||
WriteFile ( string path, string contents ) : void | ||
WriteFileAsync ( string path, Task>.Func |
||
WriteFileAsync ( string path, IEnumerable |
||
WriteFileAsync ( string path, byte contents ) : System.Threading.Tasks.Task | ||
WriteFileAsync ( string path, string contents ) : System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
FullPath ( string path ) : string |
Method | Description | |
---|---|---|
TryReadFileCommon ( string path, bool>.Func |
||
TryReadFileCommonAsync ( string path, Func |
||
WriteFileCommon ( string path, Action |
||
WriteFileCommonAsync ( string path, Task>.Func |
public DeleteFolder ( string folderPath, bool recursive ) : void | ||
folderPath | string | |
recursive | bool | |
return | void |
public EnsureFolderExists ( string folderPath ) : void | ||
folderPath | string | |
return | void |
public FolderExists ( string folderPath ) : bool | ||
folderPath | string | |
return | bool |
protected abstract FullPath ( string path ) : string | ||
path | string | |
return | string |
public GetFilesIn ( string folderPath ) : IEnumerable |
||
folderPath | string | |
return | IEnumerable |
public GetFoldersIn ( string folderPath ) : IEnumerable |
||
folderPath | string | |
return | IEnumerable |
public PathCombine ( string items0, string items1 ) : string | ||
items0 | string | |
items1 | string | |
return | string |
public TryMove ( string from, string to, bool deleteExistingTo ) : bool | ||
from | string | |
to | string | |
deleteExistingTo | bool | |
return | bool |
public TryReadBinaryFile ( string path, Byte &contents ) : bool | ||
path | string | |
contents | Byte | |
return | bool |
public TryReadBinaryFile ( string path, bool>.Func |
||
path | string | |
readMethod | bool>.Func | |
return | bool |
public TryReadBinaryFileAsync ( string path ) : Task |
||
path | string | |
return | Task |
public TryReadBinaryFileAsync ( string path, Func |
||
path | string | |
readMethod | Func |
|
return | Task |
public TryReadTextFile ( string path, string &contents ) : bool | ||
path | string | |
contents | string | |
return | bool |
public TryReadTextFileAsync ( string path ) : Task |
||
path | string | |
return | Task |
public WriteFile ( string path, Action |
||
path | string | |
writeMethod | Action |
|
return | void |
public WriteFile ( string path, IEnumerable |
||
path | string | |
contents | IEnumerable |
|
return | void |
public WriteFile ( string path, string contents ) : void | ||
path | string | |
contents | string | |
return | void |
public WriteFileAsync ( string path, Task>.Func |
||
path | string | |
writeMethod | Task>.Func | |
return | System.Threading.Tasks.Task |
public WriteFileAsync ( string path, IEnumerable |
||
path | string | |
contents | IEnumerable |
|
return | System.Threading.Tasks.Task |
public WriteFileAsync ( string path, byte contents ) : System.Threading.Tasks.Task | ||
path | string | |
contents | byte | |
return | System.Threading.Tasks.Task |
public WriteFileAsync ( string path, string contents ) : System.Threading.Tasks.Task | ||
path | string | |
contents | string | |
return | System.Threading.Tasks.Task |