Click or drag to resize

FormActMainUnZip Method

Unzips a file to a folder

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
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: ListFileInfo
A listing of the files extracted
See Also