_Added in 1.8.10_ *$isdir(dirfile)* Returns [[$true]] if the specified directory exists, otherwise [[$false]]. *Parameters* table(ktable). |*Parameter*|*Description*| | dirfile | Directory to check. | *Example*
; Check if 'windows' exists.
//if ($isdir(C:\Windows)) echo -ag directory exists