Dear Rick,
I have wconnect folder in path and dzip32.dll is in wconnect folder, however I was not able to find ZipFiles() function.
I looked it in Server.oApi but I never found ZipFiles() function as stated in your Help about Class wwAPI .
In fact I have seen ZipFiles function in wwApi.prg, but I was not able to call it.
Now I discovered ZipFiles function works if I run SET PROCEDURE TO wwApi.prg ADDITIVE in MyAppMain.prg.
Why is it not available ZipFiles function if I run owwApi=CREATEOBJECT("wwapi") ?
How is the right syntax to compress two type of files:
ZipFiles("Data.zip","*.dbf,*.fpt")
Thank you very much for patience