ianatha / bababasic

QuickBASIC 4.5 revival on Android
https://play.google.com/store/apps/details?id=io.atha.quickbasic
MIT License
94 stars 4 forks source link

Support file operations #50

Closed ianatha closed 11 months ago

ianatha commented 1 year ago

Script:

OPEN "DATA.DAT" FOR OUTPUT AS #1

Error:

Screenshot 2023-11-04 at 2 47 41 AM

Fixing this would require somehow "mounting" an Android FS location onto the app, or something of the sort.

There are some decisions to be made as to if paths like "C:\IANDIR\FILE.TXT" should work, or if we should expect POSIX/Android paths.