createdir (Windows Embedded CE 6.0)
1/6/2010
This command creates a file system directory.
Syntax
createdir [filesys path]
Parameters
- filesys path
Specifies the full pathname of the directory to create.
Remarks
You can create an entire directory hierarchy with a single command. All directories along the path are created in sequence.
The createdir command will not fail if the requested directory already exists.
The following code example creates a new directory called Sample:
createdir \volume\bar\Sample