From: Anders Bengtsson Date: 2005-02-17T00:07:42+09:00 Subject: Re: [ANN] FileSystem 0.1.0: Beta for me, Alpha for you Francis Hwang wrote: > 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. Very cool! I was looking for something similar to this some time ago, but figured it would be too much work to implement it. I'm glad you made a different decision! :) Did you examine the possibility to override the methods in the standard IO and File classes, so that it could be more transparent? /Anders --