Jmu5667 Well-Known Member Licensed User Longtime User Aug 31, 2020 #1 It would be great to have a menu option, Clean Project on Exit.
Mashiane Expert Licensed User Longtime User Aug 31, 2020 #2 Like deleting the Objects folder? That will be cool!
OliverA Expert Licensed User Longtime User Sep 1, 2020 #3 Mashiane said: Like deleting the Objects folder? That will be cool! Click to expand... No, just the directory that contains the generated source. Anything else should be optional, since other files can exist there for testing purposes (such as the www folder for jServer apps, databases, config files, etc).
Mashiane said: Like deleting the Objects folder? That will be cool! Click to expand... No, just the directory that contains the generated source. Anything else should be optional, since other files can exist there for testing purposes (such as the www folder for jServer apps, databases, config files, etc).
Jmu5667 Well-Known Member Licensed User Longtime User Sep 2, 2020 #4 This is currently what I remove of each project folder del *.java /s del *.class /s del *.dex /s del *.apk /s del *.ap_ /s
This is currently what I remove of each project folder del *.java /s del *.class /s del *.dex /s del *.apk /s del *.ap_ /s
Erel B4X founder Staff member Licensed User Longtime User Sep 3, 2020 #5 BTW, you can use comment links with a batch file to delete those files.