os.Path.exists

Checks if a file exists.

Syntax

os.Path.exists(
   path STRING)
  RETURNS INTEGER
  1. path is the path to a file.

Usage

The function returns TRUE if the file exists, FALSE otherwise.