$isdir

From Scriptwiki
Revision as of 12:34, 16 May 2007 by Ollie (talk | contribs) (Page added)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Returns informations on whether or not a directory exists.

$isdir(directory)

Returns $true if the directory exists, otherwise it will return $false

Examples

$isdir(C:\Windows) $isdir(C:\zebra\lala\moocow)

See also

$isfile to check if a file exists.