EstebanLM wrote
>
> 'ls -la>z' system. "non piped"
>
That's clean enough, and very easy to implement...
ByteString>>system
| process |
process := PipeableOSProcess waitForCommand: self.
^ process output.
Of course, with the current implementation of OSProcess, it's very easy to
hang the image that way, so we might want to #setNonBlockingOutput, or do
our own polling...
--
View this message in context:
http://forum.world.st/pharo-monkey-issue-updater-tp4637322p4637418.html
Sent from the Pharo Smalltalk mailing list archive at Nabble.com.