Method | Description | |
---|---|---|
AddFiles ( this fileSystem, IEnumerable |
||
AddFiles ( this fileSystem, IEnumerable |
||
AddFiles ( this fileSystem, IEnumerable |
Add the files to the specified FileSystem
|
Method | Description | |
---|---|---|
AddFile ( this fileSystem, string path, Action |
||
AddFileWithCheck ( this fileSystem, string path, Action |
||
AddFileWithCheck ( this fileSystem, string path, Func |
||
Attempt ( System.Action action, int retries = 3, int delayBeforeRetry = 150 ) : void | ||
DeleteDirectorySafe ( this fileSystem, string path, bool recursive ) : void | ||
DeleteFileSafe ( this fileSystem, string path ) : void | ||
DeleteFileSafe ( this fileSystem, string path, Func |
||
DeleteFiles ( this fileSystem, IEnumerable |
||
DeleteFiles ( this fileSystem, IEnumerable |
||
DoSafeAction ( System.Action action, ILogger logger ) : void | ||
GetDirectories ( string path ) : IEnumerable |
||
GetDirectoriesSafe ( this fileSystem, string path ) : IEnumerable |
||
GetFilesSafe ( this fileSystem, string path ) : IEnumerable |
||
GetFilesSafe ( this fileSystem, string path, string filter ) : IEnumerable |
||
IndexOfAll ( string value, char ch ) : IEnumerable |
public static AddFiles ( this fileSystem, IEnumerable |
||
fileSystem | this | |
files | IEnumerable |
|
return | void |
public static AddFiles ( this fileSystem, IEnumerable |
||
fileSystem | this | |
files | IEnumerable |
|
rootDir | string | |
return | void |
public static AddFiles ( this fileSystem, IEnumerable |
||
fileSystem | this | The file system. |
files | IEnumerable |
The files to add to FileSystem. |
rootDir | string | The directory of the FileSystem to copy the files to. |
preserveFilePath | bool | if set to |
return | void |