3.5.7.21 IsPath


Description

Test whether the string is a valid file path.

Syntax

int IsPath(string str$)

Parameters

str

is the string to test

Return

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

Examples

IsPath( %Y )=; //return 1

See Also

IsFile