BASIC DIR Statement - fvdhoef/aquarius-plus GitHub Wiki
DIR
TYPE: plusBASIC disk statement
FORMAT: DIR
Action:
DIR without arguments will print the directory listing of the current directory.
FORMAT: DIR path-spec
Action:
Prints the contents of the directory at path-spec. path-spec must be an directory path that exists on the ESP: or SD Card devices, otherwise it prints File note found error.
:warning: In some cases will print the File note found error when the error is actually that the SD Card is not present. :warning: