On Sun, Jan 05, 2025 at 01:58:45PM -0700, Lloyd R. prentice wrote: >I’m sorry, Alex, but I’m not well enough acquainted with PicoLisp yet > to understand your response. Are there docs on the web to help me > understand?
OK, I see. When I wrote > > There is 'info', 'dir', 'cd', 'chdir', 'dirname', 'basename' and I just listed some existing file functions. You can take a look at them with e.g. : (doc 'info) or (perhaps later) : (vi 'info) and experiment with them in the REPL. I mentioned the 'snapshot' function in @lib/too.l because it does all kinds of file operations. It creates incremental backups of a directory tree by recursively making hard links of unmodified files, copies of modified files, and selectively removing older backups. ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe