FileSystem.IsDirectory(String) Method

Top 

Description

Returns 1 if the specified path is a directory.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

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

 

Method Signature

FileSystem.IsDirectory(

String path)

 

 

Arguments

path


Description:

The path whose status is to be returned.

 

 

 

Return Value

Type:

boolean

 

 

Returns 1 if the specified path is a directory.

 

Syntax

myVariable1 = FileSystem.IsDirectory(myString1);

 

 

See also

FileSystem Object

Interfacing with Files Guide