我可以向文件添加附加标签以用于搜索吗

发布于 2024-10-17 18:29:35 字数 263 浏览 5 评论 0原文

Picasa 等产品构建的数据库包含有关文件的元数据。标题、关键字位置等。

文件具有许多属性,这些属性取决于文件类型和/或生成该文件的应用程序。

我的问题是我可以以编程方式向文件添加标签,然后使用该标签来搜索内容。

例如。文本文件包括名称、类型、文件夹路径、大小、创建日期、修改日期、属性、所有者、计算机。如何添加“关键字”属性?

我对 C# 解决方案感兴趣,但主要寻求帮助以了解如何在 Windows 操作系统中实现此功能。

谢谢

Products like Picasa build databases that include metadata about files. Captions, keywords locations and the like.

Files have a number of attributes that is dependant on the file type and / or the application that produced the file.

My question is can I programmatically add a tag to a file and then use this tag to search for content.

Eg. Text files include Name, Type, Folder Path, Size, Date Created, Date Modified, Attributes, Owner, Computer. How can I add a "Keywords" attribute?

I am interested in a solution in C# but am primarily asking for help in understanding how this functionality could be implemented in Windows operating systems.

Thank you

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

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

发布评论

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

评论(1

羁客 2024-10-24 18:29:35

您可以尝试使用扩展属性,但它们在 Windows 中没有良好的 API,并且通常没有广泛使用。还存在备用数据流,但顾名思义,这些是数据流,而不是属性。

You can try to use Extended Attributes, but they don't have a good API in Windows and in general are not widely used. There also exist Alternate Data Streams, but these are ,as the name suggests, data streams, and not attributes.

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