string pwd()
Return Type: string
Parameters: none
Description:
This function returns a string with the current working directory. All
relative paths will be with respect to the directory returned by this
function. To change the directory, see the cd command.
Example
Code |
1 >>disp(pwd());
c:\Projects |