Returns current directory.
pwd()
r = pwd()
r - a string: current directory.
Returns the current working directory.
pwd() without input argument displays the current working directory.
r = pwd() pwd()
cd, dir.
1.0.0
initial version
Last updated 3 months ago