<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://arrow-up-right
if (IsDir("c:\\windows\\system32")) { ... }
最后更新于1年前