Re: [Pharo-users] OSProcess execution from specific directory

2013-08-05 Thread Juraj Kubelka
Cool, thank you. Jura El 05-08-2013, a las 12:46, "David T. Lewis" escribió: > On Mon, Aug 05, 2013 at 08:42:12AM -0400, Juraj Kubelka wrote: >> Hi! >> >> On execution of >> >> (PipeableOSProcess command: 'pwd') output >> >> , it always says root directory ("/"). Is it possible to execute

Re: [Pharo-users] OSProcess execution from specific directory

2013-08-05 Thread David T. Lewis
On Mon, Aug 05, 2013 at 08:42:12AM -0400, Juraj Kubelka wrote: > Hi! > > On execution of > > (PipeableOSProcess command: 'pwd') output > > , it always says root directory ("/"). Is it possible to execute command from > specific directory? Or the only correct solution is like this?: > > (Pipea

[Pharo-users] OSProcess execution from specific directory

2013-08-05 Thread Juraj Kubelka
Hi! On execution of (PipeableOSProcess command: 'pwd') output , it always says root directory ("/"). Is it possible to execute command from specific directory? Or the only correct solution is like this?: (PipeableOSProcess command: 'cd /Users/jura/ ; pwd') output Thanks a lot. Cheers, Jura