uce/site/doc/pages/cwd_get.txt
2026-06-16 23:02:45 +00:00

15 lines
214 B
Plaintext

:sig
String cwd_get()
:params
return value : the current working directory
:see
>sys
:content
Returns the current working directory.
:example
print(cwd_get() != "" ? "have a working directory" : "none", "\n");