This topic has not yet been rated - Rate this topic

Visual Basic for Applications Reference

Visual Studio 6.0

MkDir Statement

See Also    Example    Specifics

Creates a new directory or folder.

Syntax

MkDir path

The required path argument is a string expression that identifies the directory or folder to be created. The path may include the drive. If no drive is specified, MkDir creates the new directory or folder on the current drive.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.