Is File operation

Determines whether a path represents a file.

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 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 file and a value of False indicates that the path is not that of a file.

Exceptions

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

// Ethnio survey code removed