Francis Hwang wrote: > Greetings! > > Next down my non-stop pipeline of absolutely necessary libraries that > only I seem to need: FileSystem, a library that will mock out File, > FileUtils, Dir, and other file-dependent built-in classes. It aims to > simulate an entire file-system in memory for the purposes of testing. Oh, dear. I believe we have our first significant name collision - your package and Mike Hall's filesystem package, and they do different things. Caveat Programmor. Regards, Dan