Allows you to use relative paths (and anything convertible to a relative path) as absolute paths when working in the REPL.
Allows you to use relative paths (and anything convertible to a relative path) as absolute paths when working in the REPL. Note that this isn't available when using Ammonite-Ops in a standalone project! In such cases, it's good practice to convert paths from relative to absolute explicitly.
Change the working directory wd
; if the provided path is relative it
gets appended on to the current wd
, if it's absolute it replaces.
Change the working directory wd
; if the provided path is relative it
gets appended on to the current wd
, if it's absolute it replaces.
The current working directory of the shell, that will get picked up by any ammonite.ops commands you use
The current working directory of the shell, that will get picked up by any ammonite.ops commands you use