Ho to read extended file attributes in c#

M

Mark

How can I read extended attributes from a file ?
For example I have tiff file and with it there are connected some additional
information Width, Height, Pages etc.

I couldn't find any usefull information how to read it. Is there easy way
without using COM object like in the problems with office file ?

Greetings
Mark M.
 
I

Ignacio Machin ( .NET/ C# MVP )

How can I read extended attributes from a file ?
For example I have tiff file and with it there are connected some additional
information Width, Height, Pages etc.

I couldn't find any usefull information how to read it. Is there easy way
without using COM object like in the problems with office file ?

Greetings
Mark M.

I think that it depends of the file type, you have to know the file
type first, then where and which are the "properties" not of the file
but of the data contained in the file
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top