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