I want to make a program (for Mac it is AppDelete) that deletes all the files related to that program (Java program).
How it is with the file affiliation (what files are from what programs).
I want to make a program (for Mac it is AppDelete) that deletes all the files related to that program (Java program).
How it is with the file affiliation (what files are from what programs).
I think you should search directories for that specific App name, then list all found files and their content that has App name in them and let the user decide what to delete. About the regedit entries, well its dangerous and complicated to play with be at your own risk.