Capy-Bearer Documentation

cwd_get

host call

Capy

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")