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

Folder management

 [1/3] from: rsaathoff::datajunction::com at: 21-Jun-2001 17:19


Hi all, I was wondering if it was possible to create folders in command/view, and if so how one would go about doing so. Thanks! Ryan

 [2/3] from: louisaturk:eudoramail at: 21-Jun-2001 18:44


If by folder you mean directory, try make-dir. Example: make-dir %/path/ At 05:19 PM 6/21/2001 -0500, you wrote:

 [3/3] 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: