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

[REBOL] Re: Directory

From: maximo:meteorstudios at: 14-Jan-2004 11:11

> -----Original Message----- > From: Juan-carlos MIRANDA [mailto:[juan-carlos--miranda--thalesatm--com]] > >make-dir %testVariable > > > > > make-dir to-file testVariable
also note that a word is of a file! datatype, then you can use it as the base of a path like so: root: %/c/tmp/ root/filename.txt == %/c/tmp/filename.txt -MAx