使用 WMI 查询扩展文件属性

发布于 2024-08-25 12:20:45 字数 68 浏览 7 评论 0原文

是否有 WMI 命名空间和类可用于获取文件的扩展属性,例如所有者、作者、标题、主题、类别、注释?

请建议。

Is there a WMI namespace and a class that can be used to obtain the extended properties of a file, such as Owner, Author, Title, Subject, Category, Comments?

please suggest.

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

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

发布评论

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

评论(1

明媚殇 2024-09-01 12:20:45

AFAIK,WMI 不提供对扩展文件属性的访问。要获取它们,您可以使用 Folder.GetDetailsOf 方法(使用 PowerShell 或 VBScript 等脚本语言)或 < code>IShellDetails.GetDetailsOf 方法(在 C++ 等编译语言中)。看看 这是我的回答 为例。

* 不确定我在区分语言时使用了正确的术语,所以请耐心等待并随时纠正。

AFAIK, WMI doesn't provides access to the extended file properties. To obtain them, you can use the Folder.GetDetailsOf method (in scripting languages such as PowerShell or VBScript) or the IShellDetails.GetDetailsOf method (in compiled languages such as C++). Take a look at this my answer for an example.

* Not sure I used the correct terminology here when distinguishing between the languages, so please bear with me and feel free to correct.

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