extendedfileproperties

Read/Write 'Extended' file properties (C#)

Hi I'm trying to find out how to read/write to the extended file properties in C# e.g. Comment, Bit Rate, Date Accessed, Category etc that you can see in Windows explorer. Any ideas how to do this? EDIT: I'll mainly be reading/writing to video files (AVI/DIVX/...) ...

Can't read file summary properties in windows after reading them in code using Shell interop

After reading a file properties in code in a fashion similar to this, I go to the file in question using Windows Explorer and can't read the file summary properties. Am I missing something in my code? How do I release file handles possibly held by the Shell object? ...