最后更新于8个月前
<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.
//
if (IsDir("c:\\windows\\system32")) { ... }