Aug. 31, 2012
6:11 p.m.
On 31 August 2012 19:03, Sean P. DeNigris <sean@clipperadams.com> wrote:
Frank Shearar-3 wrote
'asdasd' asFileReference writeStreamDo: [:s | s nextPutAll: 'baz' ]
First rule of filesystem... write something beautiful and it will probably work... 'path' asFileReference ensureFile ... pick a stream...
Now _that_ looks like what I was looking for! Thanks! At any rate, it turns out Dale's all over the issue, and resolved everything (but I've not tested it yet :) ): https://github.com/dalehenrich/builderCI/commit/7ce30ca1b78f9c3f34977614f148... frank