FileUnzip

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > DBWCommandShell > Commands Reference > File >

FileUnzip

available from build: 20070518

Description

Extracts file from a zip archive.

Syntax

call DBWShell("FileUnzip zipFilePath OutputPath")

Parameters

zipFilePath

the path of the fiel to extract

OutputPath

the output folder for the extracted files

See also

FileZip

Example

DBWShell("FileUnzip " & replace("C:\MyFolder\MyZipArchive.ZIP"," ","|") & " " & replace("C:\temp"," ","|"))