Hi Eric!
FileSystemManager fsManager = VFS.getManager();
This code works the first time but not the second times after I have
deleted the directory dest.
Ok, yes I see, it IS on my list for the next VFS version.
A better workaround (if you do not need VFS as singleton) is to create
your own manager:
StandardFileSystemManager fsm = new StandardFileSystemManager();
fsm.init();
you can easily revert to the singleton once the caching stuff has been
fixed.
Ciao,
Mario
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]