repl.txt (272B)
1 2 {{alias}}() 3 Returns the current working directory. 4 5 Returns 6 ------- 7 path: string 8 Current working directory of the process. 9 10 Examples 11 -------- 12 > var dir = {{alias}}() 13 '/path/to/current/working/directory' 14 15 See Also 16 -------- 17