When OSProcess is integrated, we will have two different concepts of the
working directory:
  fsPwd := '/Volumes/Sean''s Universe/sean/.jenkins/jobs/Dynabook/'
asFileReference.
  [ FileSystem disk changeDirectory: fsPwd ] on: Exception do: [].
  FileSystem disk workingDirectory = fsPwd. "true"

  ospPwd := '/Volumes/Sean''s
Universe/sean/.jenkins/jobs/Dynabook/workspace'.
  OSProcess thisOSProcess chDir: ospPwd.
  FileSystem disk workingDirectory = ospPwd. "false"
  (PipeableOSProcess command: 'pwd') output trimRight = ospPwd "true"

--
View this message in context: 
http://forum.world.st/Working-directory-tp4631865.html
Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

Reply via email to