[REBOL] Re: Reverse append refinement for write
From: greggirwin:mindspring at: 14-Aug-2002 23:03
Hi Louis << How can I append a string to the beginning of a file instead of to its end? >> How about this? close insert open %test.txt reduce [now newline] --Gregg