Wish Clean Project on Exit

OliverA

Expert
Licensed User
Longtime User
Like deleting the Objects folder? That will be cool!
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
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
 
Top