Update README.md

This commit is contained in:
Bobbi Webber-Manners 2021-09-06 16:42:05 -04:00 committed by GitHub
parent 4fda1a05a0
commit b89dae988f
1 changed files with 6 additions and 0 deletions

View File

@ -197,6 +197,12 @@ device.
`*CDIR dirname` - create directory `dirname`. `*MKDIR` is a synonym.
`*ACCESS pathname attribs` - change file permisions. The string `attribs`
can contain any of the following:
- `R` - File is readable
- `W` - File is writeable
- `L` - File is locked against deletion, renaming and writing.
`*FX a[,x,y]` - invokes `OSBYTE` MOS calls.
`*OPT` - sets file system options. Currently does not do anything.