System.cwd

You're seeing just the function cwd, go back to System module for more information.
This function is deprecated. Use File.cwd/0 instead.

Specs

cwd() :: String.t() | nil

Current working directory.

Returns the current working directory or nil if one is not available.