Hi Stephane,

I take a fresh Pharo 6.1 image, put it on my desktop (macOs 10.12.6), and then 
I take the example from the FLSerializer class comment:

| sourceArray loadedArray |
        sourceArray := Array
                with: 'a string'
                with: Transcript
                with: [ Transcript show: 'a string' ].
        ^ FLSerializer serialize: sourceArray toFileNamed: ‚example.FL'

Evaluating this results in the Exception.

Johannes
> Am 11.08.2017 um 19:18 schrieb Stephane Ducasse <stepharo.s...@gmail.com>:
> 
> Hi johannes
> 
> do you have an example so that we can try here?
> 
> Tx
> 
> On Fri, Aug 11, 2017 at 4:06 PM, Johannes Brauer <bra...@nordakademie.de> 
> wrote:
>> Hi everyone,
>> 
>> the FLSerializer in Pharo 6.1 doesn’t work. I tried the example from the 
>> class comment and I always get
>> 
>> FileException: cannot open file: example.FL.
>> 
>> Is that a known problem?
>> 
>> Johannes
> 

Reply via email to