|
From: Andreas R. <And...@gm...> - 2002-09-05 23:03:02
|
Ian, > > So how about having a way for *asking* what the VM thinks > > the CWD is?! > > How about: > > squeak -cwd /tmp my.image That wasn't the problem. What I needed was knowing from within the *image* what the CWD is. E.g., FileDirectory takes the "default directory" from the image name (and I am not inclined to change this) but this means you cannot find out where something like a log file goes. Cheers, - Andreas |