Property | Type | Description | |
---|---|---|---|
ArchiveRx |
Method | Description | |
---|---|---|
Copy ( this src, IAbsoluteDirectoryPath destination, bool overwrite = true, bool checkMd5 = false ) : void | ||
Copy ( this src, IAbsoluteFilePath destination, bool overwrite = true, bool checkMd5 = false ) : void | ||
CopyAsync ( this src, IAbsoluteDirectoryPath destination, bool overwrite = true, bool checkMd5 = false, ITProgress status = null ) : System.Threading.Tasks.Task | ||
CopyAsync ( this src, IAbsoluteFilePath destination, bool overwrite = true, bool checkMd5 = false, ITProgress status = null ) : System.Threading.Tasks.Task | ||
IsArchive ( this absoluteFilePath ) : bool | ||
Move ( this src, IAbsoluteDirectoryPath destination, bool overwrite = true, bool checkMd5 = false ) : void | ||
Move ( this src, IAbsoluteFilePath destination, bool overwrite = true, bool checkMd5 = false ) : void | ||
ToRelativeDirectoryPaths ( this |
||
ToRelativeFilePaths ( this |
||
Unpack ( this src, IAbsoluteDirectoryPath outputFolder, bool overwrite = false, bool fullPath = true, bool checkFileIntegrity = true, ITProgress progress = null ) : void |
Method | Description | |
---|---|---|
ToRelativeDirectory ( this directory ) : IRelativeDirectoryPath | ||
ToRelativeFile ( this file ) : IRelativeFilePath |
public static Copy ( this src, IAbsoluteDirectoryPath destination, bool overwrite = true, bool checkMd5 = false ) : void | ||
src | this | |
destination | IAbsoluteDirectoryPath | |
overwrite | bool | |
checkMd5 | bool | |
return | void |
public static Copy ( this src, IAbsoluteFilePath destination, bool overwrite = true, bool checkMd5 = false ) : void | ||
src | this | |
destination | IAbsoluteFilePath | |
overwrite | bool | |
checkMd5 | bool | |
return | void |
public static CopyAsync ( this src, IAbsoluteDirectoryPath destination, bool overwrite = true, bool checkMd5 = false, ITProgress status = null ) : System.Threading.Tasks.Task | ||
src | this | |
destination | IAbsoluteDirectoryPath | |
overwrite | bool | |
checkMd5 | bool | |
status | ITProgress | |
return | System.Threading.Tasks.Task |
public static CopyAsync ( this src, IAbsoluteFilePath destination, bool overwrite = true, bool checkMd5 = false, ITProgress status = null ) : System.Threading.Tasks.Task | ||
src | this | |
destination | IAbsoluteFilePath | |
overwrite | bool | |
checkMd5 | bool | |
status | ITProgress | |
return | System.Threading.Tasks.Task |
public static IsArchive ( this absoluteFilePath ) : bool | ||
absoluteFilePath | this | |
return | bool |
public static Move ( this src, IAbsoluteDirectoryPath destination, bool overwrite = true, bool checkMd5 = false ) : void | ||
src | this | |
destination | IAbsoluteDirectoryPath | |
overwrite | bool | |
checkMd5 | bool | |
return | void |
public static Move ( this src, IAbsoluteFilePath destination, bool overwrite = true, bool checkMd5 = false ) : void | ||
src | this | |
destination | IAbsoluteFilePath | |
overwrite | bool | |
checkMd5 | bool | |
return | void |
public static ToRelativeDirectoryPaths ( this |
||
directories | this |
|
return | IEnumerable |
public static ToRelativeFilePaths ( this |
||
files | this |
|
return | IEnumerable |
public static Unpack ( this src, IAbsoluteDirectoryPath outputFolder, bool overwrite = false, bool fullPath = true, bool checkFileIntegrity = true, ITProgress progress = null ) : void | ||
src | this | |
outputFolder | IAbsoluteDirectoryPath | |
overwrite | bool | |
fullPath | bool | |
checkFileIntegrity | bool | |
progress | ITProgress | |
return | void |