IsPath-func
Test whether the string is a valid file path.
int IsPath(string str$)
str
Returns 1 if the string is a file path that exist, else return 0.
IsPath( %Y )=; //return 1
IsFile