<< pathsep | Files and folders functions | relativepath >> |
pwd() |
r = pwd() |
a string: current directory.
Returns the current working directory.
pwd() without input argument displays the current working directory.
r = pwd()
pwd()
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET