Is there not a way to save a file to a .zip with folder structure, using zipengine?
I know how to read a file from a zip with a file structure (zrObj.ExtractFileToDisk("cfg/text/text.txt" ....), but if I were to call ZIPWRITEOBJECT.AddFile("testing\files\text.txt"), it would be looking for a file in CurrentDirectory + "testing\files\text.txt", which is ovbiously not what I would like to do.
I know how to read a file from a zip with a file structure (zrObj.ExtractFileToDisk("cfg/text/text.txt" ....), but if I were to call ZIPWRITEOBJECT.AddFile("testing\files\text.txt"), it would be looking for a file in CurrentDirectory + "testing\files\text.txt", which is ovbiously not what I would like to do.