NTFS Documentation: Data Attribute

Interest

The usual content of a file.

By default, a directory has no data attribute, and the data attribute of a file which is not a directory has no name.

NTFS has an advantage: as you can have several data attributes for a file, you can easily implement HFS whose files are made of two parts (also called forks in the HFS terminology): a resource part and a data part. For the data part, you use default unnamed data attribute, and for the resource part, you use a data attribute named e.g. 'resource'.

Layout of the stream

Offset to the beginning of the stream Length Description
0 Any data


Regis Duchesne at VIA, ECP, France
Last modified: Tue Jan 26 18:55:54 PST 1999