Hi,
I am in a bit of a struggle with ther WD ZIP functions, especially ZipAddDirectory. Everything works fine, but when I open the zip-file, the files include their original paths
despite of using ZipNone.
ZipAddDirectory("MyArchive", Users.Filepath, ZipNone"), where User.Filepath is a field in
one of my datafiles. Does anyone know what I'm doing wrong ?
Best regards,
Aad
SOLVED - I added the parameter False and now it's working fine.
I am in a bit of a struggle with ther WD ZIP functions, especially ZipAddDirectory. Everything works fine, but when I open the zip-file, the files include their original paths
despite of using ZipNone.
ZipAddDirectory("MyArchive", Users.Filepath, ZipNone"), where User.Filepath is a field in
one of my datafiles. Does anyone know what I'm doing wrong ?
Best regards,
Aad
SOLVED - I added the parameter False and now it's working fine.