Hi
I have:
My app dir, inside I have few files that I wish to backup
I created backup dir, inside my app dir
and running this
MyZip.ABZipDirectory(File.DirDefaultExternal,File.DirDefaultExternal&"/Backup/Backup.bak")
but it casues some kind of loop, since it has to backup also it self
how can i zip my files, without the sub-dir
I have:
My app dir, inside I have few files that I wish to backup
I created backup dir, inside my app dir
and running this
MyZip.ABZipDirectory(File.DirDefaultExternal,File.DirDefaultExternal&"/Backup/Backup.bak")
but it casues some kind of loop, since it has to backup also it self
how can i zip my files, without the sub-dir