Does Windows support metadata for every file?

前端 未结 3 466
终归单人心
终归单人心 2021-01-01 00:13

I know things like images, music, videos support metadata. My idea is that I want to write a download manager that adds info to the files I download: the URL I downloaded it

3条回答
  •  攒了一身酷
    2021-01-01 01:13

    NTFS supports metadata, I've never thought about how to access it beyond what you can do by right-clicking on a file, clicking Properties and then Summary. You can edit existing metadata by clicking on the Value column.

    There's a question on StackOverflow that's similar: How do you retrieve image tags From one of the answers there, there's a link to MSDN with more details of the Vista (and XP) Property System.

提交回复
热议问题