IsFile-func
Test whether the string is a valid full path file name
int IsFile(string str$)
str
Returns 1 if the string is a filename that exist, else return 0.
IsFile("origin.ini")=; //return 1 IsFile("origin.txt")=; //return 0
IsPath