Jump to content

Extended Attributes: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
Line 62: Line 62:
==Articles==
==Articles==
*[[Extended Attributes - what are they and how can you use them ?]]
*[[Extended Attributes - what are they and how can you use them ?]]
==Links==
*[http://www.tavi.co.uk/os2pages/eadata.html Implementation of extended attributes on the FAT file system] (Bob Eager)


[[Category:File system]]
[[Category:File system]]

Revision as of 09:00, 2 February 2018

Extended Attributes (EA) are a property of directories as well as of files.

Implementation depends on underlying file systems.

Functions

Standard Extended Attributes

Predefined file types
Assembler Code
BASIC Code
Binary Data
Bitmap
C Code
COBOL Code
DOS Command File
Dynamic Link Library
Executable
FORTRAN Code
Icon
Library
Metafile
Pascal Code
Plain Text
Resource File
.TYPE
type of files (ASCII)
.KEYPHRASES
text key phrases (ASCII)
.SUBJECT
brief summary of content (ASCII single-value)
.COMMENTS
Notes (multi-value)
.HISTORY
file modification (ASCII)
.VERSION
version number (ASCII or binary)
.ICON
binary icon data
.ASSOCTABLE
association
.HPFSNAME
long name

Usage

REXX interpreter
REXX.METACONTROL
REXX.PROGRAMDATA
System Editor
.TYPE
Multimedia Presentation Manager/2
.MMPREF_MMAUDIO
.MMPREF_MMIMAGE
.POSTER
Workplace Shell
.CLASSINFO
.ICON
.ICONPOS
.LONGNAME
.TYPE

Articles

Links