3.5.7.19 IsFile


Description

Test whether the string is a valid full path file name

Syntax

int IsFile(string str$)

Parameters

str

is the string to test

Return

Returns 1 if the string is a filename that exist, else return 0.

Examples

IsFile("origin.ini")=; //return 1
IsFile("origin.txt")=; //return 0

See Also

IsPath