Now I found another problem....

| filesystem reference |
��� filesystem := FileSystem store: DiskStore activeClass createDefault.
��� reference := filesystem * 'plonk'.
��� reference openWritable: true.
��� reference exists

-> answers false, but

| filesystem reference |
��� filesystem := FileSystem memory.
��� reference := filesystem * 'plonk'.
��� reference openWritable: true.
��� reference exists

-> answers true.

So...first, they should be polimorphic, right?� second, which one is the correct? I guess in memory?

thanks


On Tue, Jun 12, 2012 at 11:45 AM, St�phane Ducasse <stephane.ducasse@inria.fr> wrote:
+ 1

> he... I'm ok with that. But I want #deleteIfAbsent: :)
>




--
Mariano
http://marianopeck.wordpress.com