It seems that BBCSDL can't or has an issue accessing a file which name has no extension and a comma in it.
The following code works in BB4W but signals "File not found" in BBCSDL (on Windows10).
Code: Select all
F$="C:/PLtitels,fff."
F%=OPENINF$
IF F% THEN
CLOSE#F%
ELSE
PRINT "File '" F$ "' not found!"
ENDIF
END
Thanks
Mike