FileSystem.CreateDirectory(String, Variable) Method

Top 

Description

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.

 

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,


Variable withParents)

 

 

Arguments

path


Description:

The directory to be created.

 

 

withParents


Description:

A flag which determines whether any parent directories should be created.

Valid Values:

Value

Label

0

false

1

true

 

 

 

 

Syntax

FileSystem.CreateDirectory(myString1, myVariable1);

 

 

See also

FileSystem Object

FileSystem.CreateDirectory

Interfacing with Files Guide