pwd
Returns current directory.
📝 Syntax
pwd()
r = pwd()
📤 Output argument
r - a string: current directory.
📄 Description
Returns the current working directory.
pwd() without input argument displays the current working directory.
💡 Example
r = pwd()
pwd()🔗 See also
🕔 History
Version
📄 Description
1.0.0
initial version
Last updated
Was this helpful?