سؤال

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