UCE Docs / cwd_get

Signature

String cwd_get()

Parameters

return value : the current working directory

Returns the current working directory.

Example

print(cwd_get() != "" ? "have a working directory" : "none", "\n");
Output
have a working directory