Where is a safe place to store log files that is compatable with XP, Vista, and Windows 7?
Posted
by Ryan Michela
on Stack Overflow
See other posts from Stack Overflow
or by Ryan Michela
Published on 2010-05-11T20:30:33Z
Indexed on
2010/05/11
20:34 UTC
Read the original article
Hit count: 259
I have a winforms app that needs to write out logs. The app also needs to run without UAC warnings and using a non-admin account.
Where can I write my logs without running afoul of the default security settings? In addition, this has to work on Windows XP, Vista, and 7.
Extra points if all users can write to the same set of log files.
© Stack Overflow or respective owner