Aug. 8, 2012
6:27 p.m.
Camillo Bruni-3 wrote
in pharo 1.4 #fileStream and #fileStreamDo: & Co are not working properly...
Cami, are you sure? I've been using #fileStreamDo: in 1.4, and it seems to eventually send: openFileStream: path writable: writable | fullPath | fullPath := self stringFromPath: path. "redirect over the default implementation" ^ writable ifFalse: [ FileStream readOnlyFileNamed: fullPath ] ifTrue: [ FileStream fileNamed: fullPath ] which returns aFileStream Sean -- View this message in context: http://forum.world.st/FileSystem-differences-between-Pharo-2-0-and-Pharo-1-4... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.