Jan. 8, 2013
4:58 p.m.
On 2013-01-08, at 17:55, Max Leske <maxleske@gmail.com> wrote:
On 08.01.2013, at 17:07, Jimmie Houchin <jlhouchin@gmail.com> wrote:
Hello,
I was writing a small utility using FileSystem. I had never used FileSystem before. So I am browsing the code trying to learn where to start and how to use it.
It took me a little while to learn to do something like: fs := FileSystem store: (DiskStore activeClass createDefault).
Why not
fs := FileSystem disk.
??
or:
reference := FileSystem disk referenceTo: '/foo/bar.txt'.
or: '/foo/bar/plonk.txt' asFileReference '/foo/bar' asFileReference which creates a FileReference on the disk, the default