createdir

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

See Also

Reference

File System Commands