Keys: D: Dyadic; M: Monadic; N: Niladic
| File Operators: (click for examples & comments) | ||||||||
|---|---|---|---|---|---|---|---|---|
| N | #FILE | Create File Object | M | #FILE | Create File Object w/name | D | #FILE | Create File Ojbect w/name & FC |
| M | %< | Open | M | %> | Close | |||
| File Methods and Properties: (click for examples & comments) | ||||||||
|---|---|---|---|---|---|---|---|---|
| M | ? | Query properties and methods | M | .size | File Size | M | .crc | CRC |
| M | fc=>[.fc] | Set the file context | M | .eof | Test EOF | M | .bof | Test BOF |
| M | =>[.name] | Rename File | M | =>[.fc] | Change FC | M | =>[.size] | Set size |
| M | .create | Create File | M | .destroy | Destroy File | M | .props | File Properties |