Reputation: 12593
On NTFS, any file can have extended file information based on an Alternate Data Stream. Explorer displays this as a tab in the file properties dialog. I am quite sure there is a COM-Interface for reading/modifying this information, but I seem to be unable to come up with the right terms for my search.
Can anyone give me a short pointer? Thanks in advance!
Best regards, Martin
Upvotes: 0
Views: 254
Reputation: 12276
I don't think that alternate data streams are used for this. It's more likely based on what Microsoft calls Structured Storage (which used to be called compound file binary format).
Upvotes: 1