FormActMainUnZip(String, String) Method |
Unzips a file to a folder
Namespace: Advanced_Combat_TrackerAssembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntaxpublic List<FileInfo> UnZip(
string ZipArchive,
string DestinationFolder
)
Parameters
- ZipArchive String
- File path of the ZIP files
- DestinationFolder String
- Absolute path to extract the files to
Return Value
ListFileInfoA listing of the files extracted
See Also