FileAttr(filenumber)
When the returntype argument is 1, the following return values indicate the file access mode:
Question: So, are we using the filenumber instead of the returntype as the argument here?
Mode | Value |
---|---|
Input | 1 |
Output | 2 |
Random | 4 |
Append | 8 |
Binary | 32 |
GetAttr Function | Open Statement | SetAttr Statement