![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I am trying to find a way to get and change file summary information. I tried using FileInfo class, but it doesn't give me information such as "Author,Title,Rating" etc. Is there a way to get and change these information using .NET libraries? Sample would be a great help... Thanks Hiten |
#3
| |||
| |||
|
|
Not without writing your own IPropertyStorage com interop assembly. You can adapt the code provided by Microsoft in this KB article for your needs: http://support.microsoft.com/?id=224351 "Hiten" <Hiten (AT) discussions (DOT) microsoft.com> wrote in message news:70088B39-3FB0-4573-8551-BD458631D7A6 (AT) microsoft (DOT) com... Hi, I am trying to find a way to get and change file summary information. I tried using FileInfo class, but it doesn't give me information such as "Author,Title,Rating" etc. Is there a way to get and change these information using .NET libraries? Sample would be a great help... Thanks Hiten |
#4
| |||
| |||
|
|
I tried the URL u provided about DsoFile from microsoft, the only thing is... I am getting Access Denied error when i tries to change a property of .mp3 file, however, it works on microsoft documents such as excel, visio document etc. Do you think the DsoFile library is for microsoft documents only? Any other suggestion?? thanks, Hiten "Michael Phillips, Jr." wrote: Not without writing your own IPropertyStorage com interop assembly. You can adapt the code provided by Microsoft in this KB article for your needs: http://support.microsoft.com/?id=224351 "Hiten" <Hiten (AT) discussions (DOT) microsoft.com> wrote in message news:70088B39-3FB0-4573-8551-BD458631D7A6 (AT) microsoft (DOT) com... Hi, I am trying to find a way to get and change file summary information. I tried using FileInfo class, but it doesn't give me information such as "Author,Title,Rating" etc. Is there a way to get and change these information using .NET libraries? Sample would be a great help... Thanks Hiten |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |