메소드 | 설명 | |
---|---|---|
Compress ( string filename, string workingdir, string directory ) : void |
Compresses a specified list of files into a 7z archive.
|
|
Extract ( string filename, string dest = "" ) : void |
Extracts a 7Zip archive to the temp folder
|
|
Extract ( string filename, string wildcard, string dest = "" ) : void |
Extracts a 7Zip archive to the temp folder (using wildcard)
|
|
Index ( string filename, bool miscFiles = false ) : Mod |
Creates a mod index from a 7Zip file
|
메소드 | 설명 | |
---|---|---|
SyncCompress ( string filename, string workingdir, string directory ) : void | ||
SyncExtract ( string filename, string wildcard, string dest = "" ) : void |
public static Compress ( string filename, string workingdir, string directory ) : void | ||
filename | string | Location to save the 7Z file. |
workingdir | string | Working directory of 7za.exe. |
directory | string | Files to compress into the archive. |
리턴 | void |
public static Extract ( string filename, string dest = "" ) : void | ||
filename | string | Location of the 7Zip file. |
dest | string | Destination of extracted files. |
리턴 | void |
public static Extract ( string filename, string wildcard, string dest = "" ) : void | ||
filename | string | Location of the 7Zip file. |
wildcard | string | Wildcard. |
dest | string | |
리턴 | void |
public static Index ( string filename, bool miscFiles = false ) : Mod | ||
filename | string | Location of the 7Zip file. |
miscFiles | bool | Whether or not to include files that aren't related to mod installation. Default is false. |
리턴 | Mod |