[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 testVariablealso 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