I have text files like MyApp.Txt in my app's Files directory that need manual editing from time to time with a text editor. If I edit the text text file(s) and run the B4J app, the app is still using the cached file(s) in c:\Users\...\AppData\Pgmx\MyFile.Txt. I waste a lot of time debugging my app only to realize later it is still using the old file on C:.
Is there an easy way to get B4J to erase the files in c:\Users\...\AppData\PgmX\*.* prior to running app and always copy the files from D:\B4X_Apps\B4X_My_Apps\PgmX\Files?
I thought "Tools > Clean Project" would do it, but it doesn't.
TIA
Is there an easy way to get B4J to erase the files in c:\Users\...\AppData\PgmX\*.* prior to running app and always copy the files from D:\B4X_Apps\B4X_My_Apps\PgmX\Files?
I thought "Tools > Clean Project" would do it, but it doesn't.
TIA