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.
在 Windows 中,标签可以与文件(docx、png、jpg 等)相关联。
如何枚举使用特定关键字标记的文件。C#。
我正在寻找类似的东西Directory.EnumerateFiles(directory, "*", "tag1")
Directory.EnumerateFiles(directory, "*", "tag1")
您应该尝试使用 com 接口访问文件上的标签信息 -如何通过 C# 访问办公文件上的标签信息