Yes, that's it. Thanks a lot.

Is there something like that?ShellExecute_(0, "", image.zip, "", "", #SW_SHOWNORMAL)
Code: Select all
PureZIP_AddFiles("C:\Test.ZIP", "C:\File\*.*", #PureZIP_StorePathAbsolute, #PureZIP_Recursive)
Code: Select all
Procedure Add2ZIP(Path.s)
EndProcedure