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
+ 1
> he... I'm ok with that. But I want #deleteIfAbsent: :)
>