os.Path.pwd

Returns the current working directory.

Syntax

os.Path.pwd()
  RETURNING result STRING

Usage

This function returns the path of the current working directory, it can be changed with os.Path.chdir().