Possible Duplicate:
How can I get the path of a Windows "special folder" for a specific user?
Is it possible to get the application data directory for a given user who is NOT the user running the program in C#?
Possible Duplicate:
How can I get the path of a Windows "special folder" for a specific user?
Is it possible to get the application data directory for a given user who is NOT the user running the program in C#?
One simple, slightly hacky way, is to get the %appdata% directory for the user who is running the program, then swap out their username with the username you are interested in. It should work 99% of the time, but might fail on rare occasions.