开发者

Read Windows 7 Registry c#

开发者 https://www.devze.com 2023-01-23 22:15 出处:网络
Need to obtain following path from t开发者_JAVA技巧he registry: %userprofile%In C#, you can use this:

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

精彩评论

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