IsPath( path:path ) → bool
Returns True if path is a fully-qualified pathname, otherwise returns False.
Example:
Output(IsPath("C:\Windows\System32")) --> true Output(IsPath("System32")) --> false