Exist

Boolean = Exist ( Path )

Returns if a file or a directory exists.

Example :

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

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


Referenced by :