I iCAB Well-Known Member Licensed User Longtime User Apr 8, 2018 #1 Hi All I am just wondering why is it that the "XXXXXX" part changes with every compile and how to work around that for determining previous file locations between updates File.DirLibrary: /var/mobile/Containers/Data/Application/XXXXXXXXXXXXXXXX/Library/ File.DirDocuments: /var/mobile/Containers/Data/Application/XXXXXXXXXXXXXXX/Documents/ Thanks in advance iCAB Last edited: Apr 9, 2018
Hi All I am just wondering why is it that the "XXXXXX" part changes with every compile and how to work around that for determining previous file locations between updates File.DirLibrary: /var/mobile/Containers/Data/Application/XXXXXXXXXXXXXXXX/Library/ File.DirDocuments: /var/mobile/Containers/Data/Application/XXXXXXXXXXXXXXX/Documents/ Thanks in advance iCAB
Erel B4X founder Staff member Licensed User Longtime User Apr 9, 2018 #2 The files should still be there. Check with Log(File.ListFiles(File.DirLibrary)) Upvote 0