paulrho / ijk64

C64 like BASIC (approximate) emulator in pure java - experimental but extensible
https://futex.com.au/basic
9 stars 1 forks source link

Load open files (read) from cloud #62

Open paulrho opened 5 years ago

paulrho commented 5 years ago

Allow OPEN of files that are on the cloud. Read implemented first. Perhaps the whole file should be read into memory or onto disk first.

paulrho commented 5 years ago

A possible implementation: flag on "cloud/web" version is_remote_open very first step on OPEN is to read to local file (put .cache suffix on it) all ops on local file as the CLOSE (including program shutdown (maybe even program break) - for write, save whole cache file to remote file.