| Flag name | Bit number | Description |
| isAlias | 15 | For a file, this bit indicates that the file is an alias file. For directories, this bit is reserved--in which case, set to 0. |
| isInvisible | 14 | The file or directory is invisible from the Finder and from the Standard File Package dialog boxes. |
| hasBundle | 13 | For a file, this bit indicates that the file contains a bundle resource. For directories, this bit is reserved--in which case, set to 0. |
| nameLocked | 12 | The file or directory can't be renamed from the Finder, and the icon cannot be changed. |
| isStationery | 11 | For a file, this bit indicates that the file is a stationery pad. For directories, this bit is reserved--in which case, set to 0. |
| hasCustomIcon | 10 | The file or directory contains a customized icon. |
| Reserved | 9 | Reserved; set to 0. |
| hasBeenInited | 8 | The Finder has recorded information from the file's bundle resource into the desktop database and given the file or folder a position on the desktop. |
| hasNoINITS | 7 | The file contains no 'INIT' resources; set to 0. Reserved for directories; set to 0. |
| isShared | 6 | The file is an application that can be executed by multiple users simultaneously. Defined only for applications; otherwise, set to 0. |
| requiresSwitchLaunch | 5 | Unused and reserved in System 7; set to 0. |
| colorReserved | 4 | Unused and reserved in System 7; set to 0. |
| color | 1-3 | Three bits of color coding. |
| isOnDesk | 0 | Unused and reserved in System 7; set to 0. |