I have a program that will continue to run even after you have logged out, and runs under all the users accounts. It needs to be able to access it's log at all times, so having the log saved in an admins prefs directory isnt going to work when you log in as a normal user, because it wont have permission to access it.
What I'm looking for is an invisible directory (so it doesn't clutter up the users computer with yucky looking files) that I can save a text log into, and be able to expect read/write access to under all permission levels. Like /etc or /usr.
What is a good invisible, public folder that I can put a log into?
What I'm looking for is an invisible directory (so it doesn't clutter up the users computer with yucky looking files) that I can save a text log into, and be able to expect read/write access to under all permission levels. Like /etc or /usr.
What is a good invisible, public folder that I can put a log into?