This function retrieves the current directory.
The function has the following syntax:
curDir()
The function returns a string holding the absolute path of the current working directory.
Example
Change to parent directory and retrieve its path:
chdir .. ? curDir()
Copyright © 2013 CA. All rights reserved. |
|