Is Directory operation

Determines whether a path name represents a directory.

For information about the General and Route Evaluation property groups, see Common operation properties .

Input properties

Properties for specifying the path.

Pathname

A string value that represents the path.

Output properties

Properties for specifying where to save results.

Result

(Optional) The location to store the result. The data type is boolean . A value of True indicates that the path represents a directory and a value of False indicates that the path is not that of a directory.

Exceptions

The exception event attached to this operation can receive FileUtilsException exceptions.

// Ethnio survey code removed