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
String cwd_get()
Returns the current working directory.
print(cwd_get() != "" ? "have a working directory" : "none", "\n");
have a working directory