开发者

Read Windows 7 Registry c#

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜