Directory Path and File filter
Posted: Sun Sep 04, 2016 2:38 pm
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
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