Click or drag to resize

FormActMainUnZip(String, String) Method

Unzips a file to a folder

Namespace: Advanced_Combat_Tracker
Assembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntax
C#
public 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

ListFileInfo
A listing of the files extracted
See Also