Hi Christoph,

Thanks for the review.

> - Support #currentDirectoryNickname from FileDirectory class>>#on:.

It's surprising that this has already worked before,

'.' alone worked, but not './mySubDir'.
  

> - Don't allow FileStream class>>#newFileNamed:do: and #forceNewFileNamed:do: to fail silently.

Oh yes, please, finally! :D But maybe patch the remaining *FileNamed:do:* methods in FileStream class as well.

I think I agree, however, "fileNamed:do:" could also be interpreted as, "For the file named [arg1], if it exists, do this block [arg2]."  I also worried about compatibility on that one.

Whereas, newFileNamed explicitly intends to create a "new" file.

Any other opinions on #fileNamed:do:?

 - Chris