os.Path.exists
Checks if a file exists.
Syntax
os.Path.exists(
path STRING)
RETURNS INTEGER
- path is the path to a file.
Usage
The function returns TRUE
if the file exists, FALSE
otherwise.
Checks if a file exists.
os.Path.exists(
path STRING)
RETURNS INTEGER
The function returns TRUE
if the file exists, FALSE
otherwise.