On Wed, May 14, 2008 at 1:59 AM, <[EMAIL PROTECTED]> wrote: > On Fri, May 09, 2008 at 10:37:26PM +0300, Sergiu Ivanov wrote: > > > I am trying to compile a translator based on diskfs. > > I wonder, what exactly are you trying to do? I hope you do not intend to > use libdiskfs for the directory filter I suggested... :-) (That would be > the wrong library for that.) > > -antrik- > > Hello,
Why would that be the wrong library? isofs uses diskfs, and isofs does a similar thing: takes a file and shows it in another way, as a directory tree. Isn't the filtering translator supposed to do the same thing: take the underlying directory and show it filtered? Unfourtunately, I cannot even suppose what another way to write such a translator could be :-( scolobb