Which API do I need to access a file's NTFS extended attributes?

N

news.xs4all.nl

Hi there,

Is there someone out there, who can tell me which Win32 API I have to use to
access the NTFS' Extended Attributes for files?

Extended file attributes are not the read-only, hidden, system, archive
e.t.c. flags. But per file it is possible to associate custom attributes and
these are stored, as far as I understand, seperatly from the file in the
filesystem.

(As a user you can change them in NT/W2K/XP via the file properties panel
and summary tab in Explorer. Youcan make them visible in the Explorer's
ListView-pane by right-clicking on the column headings in the
"detailed"-view)

TIA

/Twan
 
D

Dave Patrick

This article may help.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/stg/stg/istorage.asp

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Hi there,
|
| Is there someone out there, who can tell me which Win32 API I have to use
to
| access the NTFS' Extended Attributes for files?
|
| Extended file attributes are not the read-only, hidden, system, archive
| e.t.c. flags. But per file it is possible to associate custom attributes
and
| these are stored, as far as I understand, seperatly from the file in the
| filesystem.
|
| (As a user you can change them in NT/W2K/XP via the file properties panel
| and summary tab in Explorer. Youcan make them visible in the Explorer's
| ListView-pane by right-clicking on the column headings in the
| "detailed"-view)
|
| TIA
|
| /Twan
|
|
 
T

Twan van der Schoot

Hi Dave,

Can I than conclude that any file stored in a NTFS directory as if it were a
compound document?

kr

Twan
 

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