Unzips a file to a folder
Namespace:
Advanced_Combat_Tracker
Assembly:
Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.2.285
Syntax public List<FileInfo> UnZip(
string ZipArchive,
string DestinationFolder
)
Parameters
- ZipArchive
- Type: SystemString
File path of the ZIP files - DestinationFolder
- Type: SystemString
Absolute path to extract the files to
Return Value
Type:
ListFileInfoA listing of the files extracted
See Also