$isdirrun

Purpose

Check if the engine is processing a directory of files instead of an individual file. Returns 1 if it is analyzing a directory, else 0.

Syntax

returnedBoolean = variableType("$isdirrun")

returnedBoolean - type: int
variableType - type: G

Returns

Returns 1 if processing a directory, 0 if not.

Remarks

Example

See Also

$isfirstfile, $islastfile, $inputpath, Special Variables