June 17, 2011
7:59 p.m.
env := OSProcess thisOSProcess environment copy. path := (env at: #PATH), ':/opt/local/bin/'. env at: #PATH put: path. (PipeableOSProcess command: 'docsplit text "my_document.pdf"' environment: env workingDir: nil input: nil output: nil error: nil errorPipelineStream: nil) output Sean -- View this message in context: http://forum.world.st/OSProcess-PATH-tp3603346p3606341.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.