Project

General

Profile

Actions

$isdir » History » Revision 1

Revision 1/2 | Next »
Per Amundsen, 08/06/2015 03:21 AM


Added in 1.8.10

$isdir(dirfile)

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

Parameters

dirfile - Directory to check.

Example

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

Updated by Per Amundsen over 8 years ago · 1 revisions

Also available in: PDF HTML TXT