IsDir

<evalcmd> IsDir && bool && True if the specified path exists as a directory, otherwise false. && path && path && Path to test. </evalcmd>

Tests if the specified path exists as a directory.

//Example://

if (IsDir("c:\\windows\\system32")) { ... }

最后更新于