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

[REBOL] Re: Directory

From: juan-carlos:miranda:thalesatm at: 14-Jan-2004 16:22

Chris Siegle wrote:
>Why is it I cannot make a directory from an assigned variable name? > >testVariable: "12312323" > >make-dir %testVariable >
make-dir to-file testVariable if you want to create a Directory names 12312323 (there must be other ways though. :) ). The way you do it, REBOL doesn't recognize the word testVariable but considers the variable %testVariable of type file!.