Project

General

Profile

Actions

Added in 1.8.10

$isdir(dirfile)

Returns $true if the specified directory exists, otherwise $false.

Parameters

Parameter Description
dirfile Directory to check.

Example

; Check if 'windows' exists.
//if ($isdir(C:\Windows)) echo -ag directory exists

Updated by Per Amundsen about 1 year ago · 2 revisions

Also available in: PDF HTML TXT