If you do

   FileStream  oldFileNamed: 'tmp'.

and the file exists you will get a MultiByteFileStream on the file.

if it doesnt exist you will get a StandardFileStream. This is due to code in the method below is missing the call to #concreteStream, or should read FileStream readOnlyFileNamed:

regards

Keith

=======

StandardFileStream-#fileDoesNotExistUserHandling:
....

newName = '' ifFalse: [^ self concreteStream readOnlyFileNamed: (self fullName: newName)].

....
_______________________________________________
V3dot10 mailing list
[email protected]
http://lists.squeakfoundation.org/mailman/listinfo/v3dot10

Reply via email to