Reading File Property?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can any tell me how to read a File Property like the Title, Subject, Author..
I have tried using a file call "Interop.DSOleFile.dll", it works...but It is not Strong Named...

I want something strong named that can read the File Property..
Thank You..
 
You can use System.IO.File class for this

With Regards

Deepa
[I code, therefore I am



----- KriZ wrote: ----

Can any tell me how to read a File Property like the Title, Subject, Author..
I have tried using a file call "Interop.DSOleFile.dll", it works...but It is not Strong Named...

I want something strong named that can read the File Property..
Thank You..
 
System.IO.File can only give basic properties like creation date, file size, Hidden oo not...
What I want is the properties like the File Title, subject, Category...etc

Is it possible to do so using .Net Framework?
 
I find every file have this kind of property
For all kind of file, I right click on them, choose properties, and then choose "Summary" Tab Page, it contains those information like title, category...

Thank You~~
 
Back
Top