qbsh
qbsh copied to clipboard
Add DIR and XDIR
Adds DIR and XDIR commands, utilizing the POSIX dir.
This can be adapted to also work for Windows by intercepting the flags for DIR.
The CMDOUT should eventually get refactored to an io.bas function.
This needs some kind of sanitation. We should check that spec$ is a file or directory before we send it and give proper error handling.
Fixes #13