is there any way to write properties for some file in c#??
you know, right click on the file in windows exporer, and there is summary tab from where you can access file properties like: Autor, Title, Comments....
i want to do that from c#.. write and read file properties..
i try google.. but havent find right answer..
Loading
Aleksandar IlioskiPosted Feb 4, 2010, 12:05 PM
I read the information at the download link.. and as i saw, it works only with office files: word, excel, poperPoint... in my aplication a create file (bynary file) using serialzation, and i store Custom Object Information in it.. so i want to access to that custom file atributes.. i also have own extension for my files.. if that make some diferents..
Baimey RajeshPosted Feb 3, 2010, 11:37 PM
This must work.
To use this code, you have add reference of DSO OleDocument Properties Reader 2.0 library which can be downloaded free - DSO OleDocument Properties Reader 2.0