Hi Robert!
For instance FileObject.getChildren() by default returns the same children
across multiple calls regardless of the changes that happened on the disk
between two identical calls.
This is already a todo on "VfsNext".
For now, you can call "foDirectory.close()" to refresh its children data.
standardManager.setFilesCache(new NullFilesCache());
Please dont use any other FilesCache than the default, they will lead to
memory leaks and/or some other problems as you found out.
And this sort of cache is other than the local cache the *FileObject
uses, so the FileObject wont refresh its cache even if you use this
NullFilesCache.
Hope this helps for now.
---
Mario
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]