18 lines
272 B
Plaintext
18 lines
272 B
Plaintext
|
|
||
|
{{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
|
||
|
--------
|
||
|
|