os.Path.chDir
Changes the current working directory.
Syntax
os.Path.chDir(
path STRING)
RETURNS INTEGER
- path is the path to the directory to select.
Usage
Use this function to change the current working directory.
The function returns TRUE
if the current directory is successfully selected,
FALSE
otherwise.