Revision as of 10:16, 25 January 2005 edit130.85.228.118 (talk)No edit summary← Previous edit | Revision as of 04:40, 8 February 2005 edit undoSimonP (talk | contribs)Administrators113,128 editsNo edit summaryNext edit → | ||
Line 1: | Line 1: | ||
An Alternate (or multiple) data stream is additional data associated with a file system object. It is implemented in the ] and ] file systems. An example of data that might be stored as an alternate data stream: | An '''Alternate''' (or multiple) data stream is additional data associated with a file system object. It is implemented in the ] and ] file systems. An example of data that might be stored as an alternate data stream: | ||
* image preview | * image preview | ||
* application icon | * application icon | ||
Line 5: | Line 5: | ||
Under ], the alternate data stream is accessed by referring to filename:streamname. All the data associated with a file system object are stored as attributes in the master file table. | Under ], the alternate data stream is accessed by referring to filename:streamname. All the data associated with a file system object are stored as attributes in the master file table. | ||
] |
Revision as of 04:40, 8 February 2005
An Alternate (or multiple) data stream is additional data associated with a file system object. It is implemented in the HFS and NTFS file systems. An example of data that might be stored as an alternate data stream:
- image preview
- application icon
- document authorship information
Under NTFS, the alternate data stream is accessed by referring to filename:streamname. All the data associated with a file system object are stored as attributes in the master file table.
Category: