Forum Navigation
[VfsFolder] How to not throws an IOException on an "Access Denied"
Posted: 03/22/09 11:58:47 Modified: 03/22/09 14:19:40Hi all,
I need to list recursively a VfsFolder? (that is an interface of a FileFolder? instance). But in the case that I can't access a folder (for example because of no right to list it), an IOException is throw on the .tree method. So I've got no way to get the tree if there's only one folder with this kind of problem.
Is there a way to get this list,but without files of folders with problems ?
ps: I'm on Windows Vista
Thanks in advance. TSalm