fs := FileSystem memory.
fs workingDirectory����"memory:///".

What is the conceptual meaning of #workingDirectory here?
Shouldn't it just throw an error for memory FileStore as it makes no sense? I.e. I didn't launch any image from memory.

Peter