Hi Shaughan,

> Ok. Copy-paste it is. Thanks!

Perhaps. But using an external file is simple too.


For example, calling

   (; (java CONTEXT 'getExternalFilesDir "xxx") path)

in the PilBox REPL creates a directory "xxx" and returns the path.

On my system it is

   "/storage/emulated/0/Android/data/de.software_lab.pilbox/files/xxx"

When I do

   (out (pack (; (java CONTEXT 'getExternalFilesDir "xxx") path) "/foo")
      (prinl "Hello") )

I can read it in Termux:

   $ cat /storage/emulated/0/Android/data/de.software_lab.pilbox/files/xxx/foo
   Hello

☺/ A!ex

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to