JanetDocsPlaygroundI'm feeling luckyGitHub sign in

os/cwd



    cfunction
    src/core/os.c on line 1270, column 1

    (os/cwd)

    Returns the current working directory.


1 exampleSign in to add an example
Loading...
(os/cwd)  # => "/Users/cell/tmp"
(os/getenv "PWD")  # => "/Users/cell/tmp"
(get (os/environ) "PWD")  # => "/Users/cell/tmp"
cellularmitosisPlayground