os.Path.pwd

The os.Path.pwd is used to return the current working directory. The syntax of the function is as follows:

 

CALL os.Path.pwd() RETURNING cw_dir

 

where:

ยท         cw_dir = a STRING variable standing for the current working directory.