$isdir: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Ollie (talk | contribs)
m Page added
 
Ollie (talk | contribs)
m page spacing
Line 8: Line 8:


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



Revision as of 10:34, 16 May 2007

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.