Rank: Newbie Groups: Member
Joined: 1/29/2010 Posts: 2
|
Hi, I am using the FileExplorer and now I want to filter the folders so that only the folder 'shared\images' and the folder 'user1\images' are displayed with all their subfolders (so not the folder user2 and not the folder user1\video). What regular expression do I have to use to accomplish his?
Regards Martin
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
The best you can do is to use FileNameFilter and FolderNameFilter together. There is no single filter that would check both the folder and name together. If there is no way to achieve what you needed, you might want to consider creating symbolic links under a certain folder that point to the real folder.
Thanks!
|