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

[REBOL] Re: Script permissions

From: dness:home at: 24-Jun-2001 10:15

Brett Handley wrote:
> Actually, there probably not that much more to it. > > secure query > > Will show you the current security settings. > > I've created a little program that simply shows the settings and attempts a > write and a create directory, to illustrate when the settings come into > play. > > However, there is a small glitch. Just executing my little program will > cause the security check because of the location of > my supporting scripts. In order to avoid these two checks I would need to > have the supporting scripts land within the cache in the same directory as > the script or in a subdirectory of the running script's directory. > > In View "Goto": > http://www.codeconscious.com/rebsite/sandbox-tester.r > > Brett >
That's a big step forward in helping me understand. Thanks.