os.Path.writable
Checks if a file is writable.
Syntax
os.Path.writable(
path STRING)
RETURNS INTEGER
- path is the path to a file or directory.
Usage
The function returns TRUE if the file is writable, FALSE
otherwise.
If the file does not exist, or when the specified path is NULL, the method
returns FALSE.