Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在网络中使用注册表类读取我的文档文件夹路径,请帮助我。我不要使用 Environment.SpecialFolder.MyDocument。
正如@nitram 所说,您必须使用注册表吗?
var folderPath = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments);