Click or drag to resize

ICSharpWorkerIcsUnzipFirstDumpToFile(String) method

Calls UnzipFirstDumpToFile(zipPathAndFile, "", 0, null).

Namespace: NetEti.FileTools.Zip
Assembly: NetEti.ZipAccess (in NetEti.ZipAccess.dll) Version: 1.0.0+90532d84a01ea1dad6525ec1859a76670aba8306
Syntax
public ZippedFileInfo IcsUnzipFirstDumpToFile(
	
	string zipPathAndFile
)

Parameters

zipPathAndFile  String
Path and name of the archive

Return value

ZippedFileInfo
Path, size and timestamp of the file in the archive
See also