ZipHelperDecompressZip Method |
Namespace: SxcUtilsLibAssembly: SxcUtilsLib (in SxcUtilsLib.dll) Version: 2013.4.30.0 (2013.4.30.0)
Syntaxpublic bool DecompressZip(
string zipFile,
string destDir
)
Public Function DecompressZip (
zipFile As String,
destDir As String
) As Boolean
public:
bool DecompressZip(
String^ zipFile,
String^ destDir
)
member DecompressZip :
zipFile : string *
destDir : string -> bool
Parameters
- zipFile
- Type: SystemString
- destDir
- Type: SystemString
Return Value
Type:
Boolean
See Also