Getting Extended File Properties

  • Thread starter Thread starter Tina
  • Start date Start date
T

Tina

I need to obtain the extended file properties, such as Owner, Title, etc,
for a file in a .net program. I have looked through the FileInfo class and
I cannot see any methods or properties that will expose this. In the old
days we used to use GetFileInfo but I don't see it in .Net anywhere.

How can I get this information?
Thanks,
T
 
Back
Top