Commit Graph

14 Commits

Author SHA1 Message Date
Joshua Bell 4bdb0808a2 Add HIDE / UNHIDE commands, to toggle the access "invisible" bit
This is used by the GS/OS Finder to conceal FINDER.DATA files.
Documented in "Exploring GS/OS and ProDOS 8" by Gary B. Little.
BASIC.SYSTEM's CAT/CATALOG are unaware of this, so the files are still
listed.

Note that the command is named "UNHIDE" rather than "SHOW" as that
sounds like a command to display file contents or something.
2023-05-11 09:37:00 -06:00
Joshua Bell 46b4462a9e Add CD command 2021-04-17 09:58:22 -07:00
Joshua Bell 9971792f12 BI Error constants; coding style 2021-04-15 19:47:41 -07:00
Joshua Bell e20c65853d Handle ON_LINE errors 2021-04-14 22:27:39 -07:00
Joshua Bell db4b9547b5 COPY: Fix issues with empty prefix. Fixes #3 2021-04-14 20:34:04 -07:00
Joshua Bell 9085407ac5 Add DATE and TYPE commands 2021-04-13 19:12:07 -07:00
Joshua Bell ef8857752f Add COPY command. Fixes #2 2021-04-12 20:43:49 -07:00
Joshua Bell f1caa15b0c Add CHTYPE and CHTIME 2021-03-07 15:29:51 -08:00
Joshua Bell 3e918d3e5e Added VOLS command 2020-06-06 19:03:20 -07:00
Joshua Bell 76178cf0a8 Use BI's buffers. Add ECHO, that shows INBUF problem 2019-01-08 18:36:52 -08:00
Joshua Bell ec0366bb15 Use TXBUF2 (80) for command path 2019-01-08 07:48:13 -08:00
Joshua Bell aa409cebc5 dynamically allocated load buffer 2019-01-07 23:06:57 -08:00
Joshua Bell 7a33b825ba WIP 2019-01-06 22:56:45 -08:00
Joshua Bell 42dc31e40e wip 2019-01-06 17:23:56 -08:00