I would expect it to only zip the TXT files existing on the root of C:
Code: Select all
//Locate ZipLib.DLL
LibLoad>%SCRIPT_DIR%\Ziplib.dll,hZL
//ZIP up some files
LibFunc>hZL,AddFiles,result,c:\new.zip,c:\*.txt,5,0
Moderators: JRL, Dorian (MJT support)
Code: Select all
//Locate ZipLib.DLL
LibLoad>%SCRIPT_DIR%\Ziplib.dll,hZL
//ZIP up some files
LibFunc>hZL,AddFiles,result,c:\new.zip,c:\*.txt,5,0