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

[REBOL] Re: CPAN for REBOL

From: jeff:rebol at: 4-Mar-2001 11:50

I just said:
> They could be > enhanced / wrapped. System/user/home/%public/, in REBOL's > default security setting, is a world read/writable sandbox for > scripts to work in.
Sorry, I was incorrect above: Actually, as the read-thru source shows, system/options/home/%public is the cache. This defaults to the value of system/user/home if there is no $REBOL_HOME environment variable set. -jeff ;>> source read-thru ; read-thru: func [ ; ... ; path: rejoin [system/options/home %public/ path/3 "/"]