std
:
std.zipfile
.ExtractZip
Function ExtractZip:
Bool
( zipFile:
String
,dstDir:
String
)
Extracts a zip file to a directory.
Parameters
zipFile
zipFile File path of zipfile to extract.
dstDir
dstDir Directory to extract zip file to.