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

[REBOL] Re: Folder management

From: louisaturk:eudoramail at: 21-Jun-2001 18:55

Sorry, I should have written: make-dir %newdirector ; adds newdirectory to current dir make-dir/deep %/path ; to add a complete path Louis If by folder you mean directory, try make-dir. Example: make-dir %/path/ ; wrong At 05:19 PM 6/21/2001 -0500, you wrote: