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

[REBOL] Newbie Secure Question

From: kpeters::vu-ware::com at: 9-Aug-2005 21:47

Hmm - what's up here? The help doesn't help....
>> mydir: %/c/kai/
== %/c/kai/
>> secure [ file quit mydir [ allow read ]]
** Script Error: Invalid argument: mydir ** Near: secure [file quit mydir [allow read]] Using a literal value works?!?
>> secure [ file quit %/c/kai/ [ allow read ]]
== [net allow library ask shell ask file quit %/C/rebol/d [allow read quit write quit execute]] What is this newbie missing? Thanks, as always, for all the help! Kai