|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > File > FileUnzip |
available from build: 20070518 |
Extracts file from a zip archive.
call DBWShell("FileUnzip zipFilePath OutputPath")
zipFilePath |
the path of the fiel to extract |
|---|---|
OutputPath |
the output folder for the extracted files |
DBWShell("FileUnzip " & replace("C:\MyFolder\MyZipArchive.ZIP"," ","|") & " " & replace("C:\temp"," ","|"))