|
| |
INT 21 - Novell NetWare 4.0 - SET FILE ATTRIBUTES (FCB)
|
Input |
DOS1 |
N |
DOS2 |
N |
DOS3 |
Y |
DOS5 |
Y |
Output |
|
AX |
E4h |
|
|
Error
Code |
AX |
|
BX |
|
|
|
|
BX |
|
CX |
|
File
Attributes |
|
|
CX |
|
|
|
|
|
|
DX |
|
DS:DX |
FCB |
|
CF |
| File
Attributes |
| Bit |
Dec |
Hex |
Description |
| 0 |
1 |
01h |
Read Only |
| 1 |
2 |
02h |
Hidden |
| 2 |
4 |
04h |
System |
| 3 |
8 |
08h |
Reserved |
| 4 |
16 |
10h |
Reserved |
| 5 |
32 |
20h |
Reserved |
| 6 |
64 |
40h |
Reserved |
| 7 |
128 |
80h |
Sharable |
|