Page 1 of 1

Directory Path and File filter

Posted: Sun Sep 04, 2016 2:38 pm
by apenhorwood
I have a case that does not seem to be covered with the current filtering system. I would like to excluded some files types but only when they are found in a folder. So for example.

C:\project
C:\project\controllers

In all of the folders there are files that fit this format *.cfm but I want to exclude the ones in the controller folder.

Just setting the excluded filter to :*\controllers\* will remove all of the files in that folder which is not what i want to happen. I only want to remove the files with this signature :*controllers\*.cfm.

Andrew Penhorwood

Re: Directory Path and File filter

Posted: Sun Sep 04, 2016 8:49 pm
by psguru
You actually can use the :*controllers\*.cfm filter. Have you tried it?