Zip methods. This lib needs the 7zip command line tool 
        
        
        
7za.exe to be located next to the script on Windows.Members
- 
    staticDuZip.processPathstring
- 
    
    The path to 7za.exe or 7z.exe (windows only, mac uses the internal command 'zip')
Methods
- 
    staticDuZip.compressFolderContent(folder, archiveName, wipeFolder){File}D:/DEV_SRC/RxOT/DuPSF/tools/output/DuPSF.jsxinc, line 7091
- 
    
    
    Compresses the content of a folderName Type Default Description folderFolder The folder to zip archiveNamestring folder.name + ".zip" optional The archive name wipeFolderboolean false optional Set to true to remove the original folder as soon as the zip is ready Returns:Type Description File The zip file