 | ICSharpWorkerIcsUnzipFirstDumpToFile(String) method |
Calls UnzipFirstDumpToFile(zipPathAndFile, "", 0, null).
Namespace: NetEti.FileTools.ZipAssembly: NetEti.ZipAccess (in NetEti.ZipAccess.dll) Version: 1.0.0+90532d84a01ea1dad6525ec1859a76670aba8306
Syntaxpublic ZippedFileInfo IcsUnzipFirstDumpToFile(
string zipPathAndFile
)
Public Function IcsUnzipFirstDumpToFile (
zipPathAndFile As String
) As ZippedFileInfo
public:
ZippedFileInfo^ IcsUnzipFirstDumpToFile(
String^ zipPathAndFile
)
member IcsUnzipFirstDumpToFile :
zipPathAndFile : string -> ZippedFileInfo Parameters
- zipPathAndFile String
- Path and name of the archive
Return value
ZippedFileInfoPath, size and timestamp of the file in the archive
See also