XP中如何获取公共桌面文件夹路径(C++)?

发布于 2024-10-17 05:37:18 字数 159 浏览 3 评论 0原文

我需要一种方法来获取公共桌面文件夹的路径,该文件夹必须适用于 XP 以及较新版本的 Windows,并且必须与(人类)语言无关。环境变量中似乎没有覆盖此文件夹的设置。

SHGetKnownFolderPath() 仅适用于 Vista 及更高版本,因此我需要知道是否还有其他函数适合我。

I need a way to get the path of the public desktop folder that has to work on XP as well as the newer flavours of Windows and must be (human) language-independent. There doesn't seem to be a setting in the environment variables that covers this folder.

SHGetKnownFolderPath() only works in Vista and later, so I need to know if there's another function that will work for me.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

人事已非 2024-10-24 05:37:18

使用 CSIDL_COMMON_DESKTOPDIRECTORY 调用 SHGetSpecialFolderLocation

call SHGetSpecialFolderLocation with CSIDL_COMMON_DESKTOPDIRECTORY

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文