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