github编辑

IsFile

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

Tests if the specified path exists as a file.

//Example://arrow-up-right

if (IsFile("c:\\windows\\system32\\notepad.exe")) { ... }

最后更新于