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