cwd_get
host callCapy
function cwd_get() string
Description
cwd_get() returns the current working directory path.
Save this path before cwd_set() when you must restore the directory.
Return Values
The current working directory path.
Example
Capy
print(cwd_get() != "", "\n")