~~Title: IsDir~~ IsDir && bool && **True** if the specified path exists as a directory, otherwise **false**. && path && path && Path to test. Tests if the specified path exists as a directory. //Example:// if (IsDir("c:\\windows\\system32")) { ... }