Need to obtain following path from t开发者_JAVA技巧he registry:
%userprofile%
In C#, you can use this:
Environment.GetFolderPath (Environment.SpecialFolder.UserProfile)
to load up the path to the current user's profile.
Need to obtain following path from t开发者_JAVA技巧he registry:
%userprofile%
In C#, you can use this:
Environment.GetFolderPath (Environment.SpecialFolder.UserProfile)
to load up the path to the current user's profile.
上一篇:求一个qq网名女英文。?
精彩评论