Topic: Addfile: Change source and destination dir+filename?
Hello!
Is it possible to change the source and destination dir+filename when creating a zip?
Somewhat like that:
zwObject.OpenZip("testfile.zip", False) )
zwObject.AddFile("Source\station.txt", "ZipDir\stationzip.txt, password)
zwObject.CloseZip()
Thanks.
Grisu