gforth
gforth copied to clipboard
Can't access files in Android
Running gforth on Android works, but I have a hard time reading files: I get permission denied for everything. Gforth asked for permissions to read audio files and pictures, but not general files. So I guess it has to do with app permissions. Also, a way to view directory contents and the current directory would be welcome :-) Edited: I found the directory commands hidden in prim.fs :-)