<evalcmd> IsPath && bool && True if path is a fully-qualified pathname. && path && path && Path to test. </evalcmd>
Returns True if path is a fully-qualified pathname, otherwise returns False.
//Example://arrow-up-right
Output(IsPath("C:\Windows\System32")) --> true Output(IsPath("System32")) --> false
最后更新于2年前