Share via


createdir

This command creates a file system directory.

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

File System Commands

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.