Hello DZT,
I don't know it it would be possible, but i'll try....
It would be great if the ZipFile(arr(),zipName) function would add the arr() file names to the zipName instead of creating a new one. It would be great to have
ZipFile(arr(),zipName,bool)
where
bool=True --> add the file array to the existent .ZIP (if the zip does not exist, creates a new one)
bool=False --> creates/overwrite the .ZIP
Thanks
Mimmo