On 31 August 2012 19:03, Sean P. DeNigris <[email protected]> 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/7ce30ca1b78f9c3f34977614f148f60036573c78 frank
