Exist

Boolean = Exist ( Path )

Returns if a file or a directory exists.

Examples

PRINT Exist("/home/benoit/gambas")
True

PRINT Exist("home/benoit/windows")
False

See also