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