at the moment, i use this code to pack all files inside a directory to an archive:
Code: Alles auswählen
SOURCE.s =C:\pstand\calstand\Kalibrieraufbau\KABS-Absolutdruck\*.*
DESTINATION.s =O:\Sales and Aftersales\WorkshopE\4-KABS.zip
PureZIP_AddFiles(DESTINATION, SOURCE, #PureZIP_StorePathRelative, #PureZIP_Recursive)
PureZIP_AddFiles()
PureZIP_Archive_Create()
PureZIP_Archive_Compress()
to create the archive and add files to it. I dont know how to use it.
