Possible Duplicate:
Getting the path of the home directory in C#?
I know the method to discover folder like C:\Users\MyLogin\Desktop
(Vista) or C:\Documents And Settings\MyLogin\Desktop
(XP). But how do I get the path to C:\Users\MyLogin
, that is "user home", in .net? I am looking for a generic and safe API call, not "Desktop up one level".