{{alias}}()
Returns the current working directory.
Returns
-------
path: string
Current working directory of the process.
Examples
--------
> var dir = {{alias}}()
'/path/to/current/working/directory'
See Also