Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: read directory

From: rotenca:telvia:it at: 12-Dec-2003 12:00

Hi Ladislav,
> well, it is annoying for me, because the %/c/rebol specification > uniquely determines the target of my operation. Linux Rebol/Core behaves > differently, but the behaviour looks unacceptable too.
Do you like this? make-dir %rebol/ write %rebol "test" read %rebol ;=="aaa" delete %rebol ;delete the file read %rebol ;==[] delete %rebol ;delete the dir Too ambiguities for me about what is deleted and what is read. --- Ciao Romano