Boolean = Exist ( Path )
Returns if a file or a directory exists.
PRINT Exist("/home/benoit/gambas");; Exist("home/benoit/windows") True False