Checks if a file exists.
os.Path.exists( fname STRING) RETURNING result INTEGER
The function returns TRUE if the file exists, FALSE otherwise.