current-directory

[procedure] current-directory [newval]

ChezScheme, MzScheme, Gauche: gets/sets the current working directory. See Concept:FileSystem.

[procedure] current-directory

Chicken: gets the current working directory. Use change-directory to change it. See Concept:FileSystem.

This is called sys-getcwd in Gauche.