gregorio_adrian_gimenez Active Member Licensed User Longtime User Mar 28, 2017 #1 Hi, I'm saving different files with .txt extension in File.DirInternal, is it correct? I wish that when the application is uninstalled all txt files will be erased automatically. regards
Hi, I'm saving different files with .txt extension in File.DirInternal, is it correct? I wish that when the application is uninstalled all txt files will be erased automatically. regards
R ronell Well-Known Member Licensed User Longtime User Mar 28, 2017 #2 there is no way that the app will know if it is being uninstalled( i guess?? ) but it says here that it can be automatically deleted Upvote 0
there is no way that the app will know if it is being uninstalled( i guess?? ) but it says here that it can be automatically deleted
Erel B4X founder Staff member Licensed User Longtime User Mar 28, 2017 #3 Files in File.DirInternal will be deleted when the app is uninstalled (maybe not immediately). Upvote 0
gregorio_adrian_gimenez Active Member Licensed User Longtime User Apr 1, 2017 #4 GREATS THANK YOU Upvote 0