Prevent a program from creating files in a users home directory
- by Matt Clark
I run an engineering program for class, Quartus 2. The issue i am having is that every time i launch the program, it creates 10 bitmap files in my home directory.
This is not so much of a problem, it just makes my OCD hurt :(
I can delete them without affecting anything, but every time the program is launched it recreates them, and there is nothing in the program (that i have found) that stops these files from being created.
Is there anything i can do to prevent this program, or any profram from creating files like this in my home folder?