Update README.md

This commit is contained in:
Bobbi Webber-Manners 2023-01-04 00:09:38 -05:00 committed by GitHub
parent 0a205cd2e4
commit 2d7160eafd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ is a colon followed by two digits - one for the slot number and the other
for the drive number. So, for example, `:61` would refer to slot 6,
drive 1. Applecorn uses the ProDOS `ON_LINE` MLI call to find the
volume associated with the physical device. If slot 6, drive 1, contains
the volume 'FLOPPY', then a path `:S61/TESTFILE` will be converted to
the volume 'FLOPPY', then a path `:61/TESTFILE` will be converted to
`/FLOPPY/TESTFILE`.
- It is possible to refer to the current working directory (current prefix
in ProDOS terms) using `.` (like Linux or Windows) or `@` (like BBC ADFS.)