문제

In Windows, tags can be associated with files (docx, png, jpg, etc.).

How can I enumerate the files that are tagged with a specific keyword. C#.

I am looking for something like Directory.EnumerateFiles(directory, "*", "tag1")

도움이 되었습니까?

해결책

You should try the com interface for accessing tag information on files - How to access tag information on office files via C#

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top