IsDir( path:path ) → bool
Tests if the specified path exists as a directory.
Example:
if (IsDir("c:\\windows\\system32")) { ... }