Home / lang / exist 
Exist
Syntax
Boolean = Exist ( Path )

Returns if a file or a directory exists.

Examples

PRINT Exist("/home/benoit/gambas");; Exist("home/benoit/windows")

True False

See also

File & Directory Functions