There is one thing i was wondering if there was any possibility of
changing in the VFS API.

the FileType.IMAGINARY

Now, let's see.. we have:

- A FOLDER, that has childrens, but no data
- A FILE, that has no childrens, but has data.

The other alternatives would be something that has no childrens or data,
which i can't think of any valid usecase for it, or the much more likely
of a file that has *both* childrens and data (tons of usecases for that
one)

Why not instead use something like FileType.HYBRID, FileType.BOTH,
FileType.VIRTUAL, FileType.OTHER

Anything but 'Imaginary'

I know it's a bit late in the day, but i really think it would be worth
changing that for the 1.0 release.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to