FileSystem.CreateDirectory Method

Top 

Description

Creates the directory path. An error will be reported if the create operation is unsuccessful.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Overload List

Signatures

Return Value

Description

FileSystem.CreateDirectory(String path)

None

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

FileSystem.CreateDirectory(String path, Variable withParents)

None

Creates the directory path. If withParents is true, any missing directories in path will be created. An error will be reported in the create operation is unsuccessful.

 

 

See also

FileSystem Object

Interfacing with Files Guide