<dircreate> Creates new directory.


Command Tree:   Directory  \  Create
.
Syntax:   <dircreate>("Dir", Reserved)
Dir
Full path to the directory to be created (e.g., "c:\mydocuments\new").
Reserved
Must be 0.
.
.
Example:   <#> This macro creates new directory "c:\newdir"
<#>
<dircreate>("c:\newdir",0)