[Coco] Does the DIR option of OPEN work in Basic09 ?

coco at jechar.ca coco at jechar.ca
Sat May 22 15:33:43 EDT 2021


I tried this OPEN #dp,dline$:READ+DIR

But
    dline$="/dd/SYS"
    OPEN #dp,dline$:READ+DIR
    REPEAT
       READ #dp,line$
       PRINT line$
    UNTIL EOF(#dp)

Did not print the SYS directory, Why ?

Charlie


More information about the Coco mailing list