Friday, March 27, 2009

MEL: Create A Directory With Mel

To create a directory with MEL, use the following:

sysFile -makeDir $path_here ;

It took me 3 or 4 search strings to find how to do this today. All of the things I intuitively searched for brought up the wrong answers, so I hope this helps someone someday.

0 comments:

Post a Comment