Is there any similar command such as cd, pwd which operate on current working directory in IronScheme? I want to get the directory which is used by (load "source.ss").
Besides, since IronScheme is a standard Scheme, I think the function works in other Scheme could also work here.