为不存在的文件创建 IShellItem 实例

发布于 2024-09-25 19:06:50 字数 718 浏览 7 评论 0原文

如何获取不存在文件的 IShellItem 对象(或目录)?

首先我认为这可能是不可能的,但例如 IFileSaveDialog 创建这样一个IShellItem 获取其结果(如果您在对话框中指定新文件)。

How can I get an IShellItem object for a non-existent file (or directory)?

First I thought it might be impossible, but for example IFileSaveDialog creates such an IShellItem for its result (if you specify a new file in the dialog).

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

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

发布评论

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

评论(1

黄昏下泛黄的笔记 2024-10-02 19:06:50

有一个简单的 pidl 之类的东西,它们可以代表不存在的文件。所以我猜你想要 SHSimpleIDListFromPathSHCreateItemFromIDList

There is such a thing as a simple pidl and they can represent non-existent files. So I guess you want SHSimpleIDListFromPath and SHCreateItemFromIDList

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