Jan. 25, 2015
12:44 p.m.
On Sun, Jan 25, 2015 at 09:54:12AM +0100, Sven Van Caekenberghe wrote:
On 25 Jan 2015, at 07:13, Pierce Ng <pierce@samadhiweb.com> wrote: On OSX, "OSProcessAccessor forThisOSProcess primGetCurrentWorkingDirectory" gives "/", while on Linux the same gives "/home/pierce/work/pharo30". (Above requires the OSProcess package which is available from the Config Browser.)
Why not just use FileSystem disk workingDirectory ?
It gives the expected answer on OSX, which is the directory where the image lives, and does not "explain" the OP's problem. :-) Pierce