Line 27: |
Line 27: |
| |- | | |- |
| | 7 | | | 7 |
− | | [[FS:OpenFile#Openflags|Openflags]] | + | | [[FS:OpenFile#OpenFlags|OpenFlags]] |
| |- | | |- |
| | 8 | | | 8 |
− | | Attributes (usually 0) | + | | [[FS:OpenFile:#Attributes|Attributes]] (usually 0) |
| |- | | |- |
| | 9 | | | 9 |
Line 62: |
Line 62: |
| | 3 | | | 3 |
| | File handle | | | File handle |
− | |}
| |
− |
| |
− | = Attributes =
| |
− | {| class="wikitable" border="1"
| |
− | |-
| |
− | ! Flag
| |
− | ! Description
| |
− | |-
| |
− | | 0x00000001
| |
− | | Is Read-Only
| |
− | |-
| |
− | | 0x00000100
| |
− | | Is Archive
| |
− | |-
| |
− | | 0x00010000
| |
− | | Is Hidden
| |
− | |-
| |
− | | 0x01000000
| |
− | | Is Directory
| |
| |} | | |} |