Dec. 17, 2015
1:31 p.m.
On 17-12-15 13:26, Guillermo Polito wrote:
Iâd prefer the new API that does not use MultiByteFileStream and friends :)
version := nil. (File named: 'Pharo.image') readStreamDo: [ :stream | version := (stream next: 4) longAt: 1 bigEndian: false ]. version
File isn't in the PharoLauncher image Stephan