Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.forth > #135105
| From | David Meyer <papa@sdf.org> |
|---|---|
| Newsgroups | comp.lang.forth |
| Subject | Gforth Android file access trouble |
| Date | 2026-05-30 10:57 +0900 |
| Organization | A noiseless patient Spider |
| Message-ID | <874ijp1wxb.fsf@localhost> (permalink) |
I'm running the Gforth 0.7.9_20251001 app on Android 16 smartphone. A few months ago, Bernd helped me here to get around Android's golden caging by creating a directory under /storage/emulated/0/Download for copying files in and out of the Gforth app, and adding that directory to fpath. That worked well at that time, but yesterday I copied a new file into that shared directory (/storage/emulated/0/Download/gforth on my phone) and Gforth cannot find the file with either include or 'sh ls', even though files I copied into the directory months ago still show up as expected. Permissions on all the files in the directory, old and new, is 660 (read+wrote for owner and group). I tried changing perms to 666 (add world read+write), but it had no effect, and permissions were reset to 660 after I restarted the phone. Any idea what's going on with the new file? -- David Meyer Takarazuka, Japan papa@sdf.org
Back to comp.lang.forth | Previous | Next — Next in thread | Find similar
Gforth Android file access trouble David Meyer <papa@sdf.org> - 2026-05-30 10:57 +0900
Re: Gforth Android file access trouble Martin Nicholas <reply-2026@mgn.org.uk> - 2026-05-30 09:00 +0100
Re: Gforth Android file access trouble Daniel Cerqueira <dan.list@lispclub.com> - 2026-05-30 13:51 +0100
csiph-web