FileSystem.CreateDirectory(String) Method

Top 

Description

Creates the directory path. Directories can only be created within existing paths. An error will be reported if the create operation is unsuccessful.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

FileSystem.CreateDirectory(

String path)

 

 

Arguments

path


Description:

The directory to be created.

 

 

 

Syntax

FileSystem.CreateDirectory(myString1);

 

 

See also

FileSystem Object

FileSystem.CreateDirectory

Interfacing with Files Guide