Click or drag to resize
ZipExtrasExtractZipFile Method

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void ExtractZipFile(
	string archiveFilenameIn,
	string outFolder,
	string password = null
)

Parameters

archiveFilenameIn
Type: SystemString
outFolder
Type: SystemString
password (Optional)
Type: SystemString
See Also