|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > File > FileZip |
available from build: 20070518 |
Creates and fills a zip archive.
call DBWShell("FileZip command filePath")
command |
the mode to run the command in: |
|---|---|
filePath |
the zip file to create |
DBWShell("FileZip New " & replace("C:\MyFolder\MyZipArchive.ZIP"," ","|"))
DBWShell("FileZip Add " & replace("C:\MyFolder\MyFile.DOC"," ","|"))
DBWShell("FileZip Create")