Re: [Pharo-users] Writing files - Mac OS or Pharo change?

2016-10-28 Thread Arturo Zambrano
Thanks Markus and Stef On Fri, Oct 28, 2016 at 5:49 AM, stepharo wrote: > > > Le 28/10/16 à 10:33, Marcus Denker a écrit : > > This seems this error: > > https://pharo.fogbugz.com/f/cases/19227/Writing-a-File- > with-a-relative-path-to-the-working-directory-results-in- >

Re: [Pharo-users] Writing files - Mac OS or Pharo change?

2016-10-28 Thread stepharo
Le 28/10/16 à 10:33, Marcus Denker a écrit : This seems this error: https://pharo.fogbugz.com/f/cases/19227/Writing-a-File-with-a-relative-path-to-the-working-directory-results-in-FileException-cannot-open-file and this is caused by it, too.

Re: [Pharo-users] Writing files - Mac OS or Pharo change?

2016-10-28 Thread Marcus Denker
This seems this error: https://pharo.fogbugz.com/f/cases/19227/Writing-a-File-with-a-relative-path-to-the-working-directory-results-in-FileException-cannot-open-file

[Pharo-users] Writing files - Mac OS or Pharo change?

2016-10-27 Thread Arturo Zambrano
Hi All, I'm porting (no big changes) code from pharo 4 to pharo5. In (*) the resulting file handle is nil. Not sure why, may it be something related to the recent Mac OS X upgrade to Sierra? The same code was working with Pharo 4 on El Capitan. The calling code is a Fuel serialization.