Mariano Martinez Peck <marianopeck@gmail.com> writes:
1) *If Pharo was launched from double click* then we do not care about its location and I think it's correct to default to image location:
1.1) FileSystem >> #workingDirectory refers to the directory containing the .image file 1.2) The VM process getcmd() is the default one of the particular OS ($HOME in my OSX).
So...there is a mismatch between #workingDirectory and VM's process cmd.
*I think (as Damien said), that we should do a chdir() for the VM process to match the .image location. *
typical applications ran with double-click are bound to the HOME directory. Why do you want to do it differently? -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill