isDirectory

Summary

Returns a boolean value indicating whether the specified FileSpecObject is a directory.

Method of

File object

Syntax

boolean isDirectory ( FileSpecObject NativeFolderPath );

Parameters

The isDirectory method has the following parameters:

NativeFolderPath
A FileSpecObject representing the queried directory.

Returns

A boolean value indicating whether the object is a directory or not.