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.
嗨,我正在执行一项任务(在我的 wpf 项目中)将文档保存在共享文件夹中,因此该系统的任何用户都可以查看该文档。
我想知道如何在 Windows 7 以及 xp 或 vista Os 中获取共享文件夹路径 ie(c:\users\public\documents) 以保存该文档,
请为我提供一个解决方案
提前致谢
使用环境。
string path= Environment.GetFolderPath(Environment.SpecialFolder.CommonDocuments);