How can I in a search filter exclude all folders except of e.g. 4 on a special drive? Respectively include 4 folders in a search filter?
Include 4 folders in a search filter?
Re: Include 4 folders in a search filter?
Set the filter search to:
C:\folder1\|"c:\folder\folder 2\"|"c:\folder 3\"|"d:\folder\folder 4\"
Notes:
Add a trailing \ after each path you wish to include.
| = OR
Use double quotes to escape paths with spaces.
Only files and folders in the paths you specify will be shown in the results.
C:\folder1\|"c:\folder\folder 2\"|"c:\folder 3\"|"d:\folder\folder 4\"
Notes:
Add a trailing \ after each path you wish to include.
| = OR
Use double quotes to escape paths with spaces.
Only files and folders in the paths you specify will be shown in the results.
Re: Include 4 folders in a search filter?
Many thanks,
Have got it working.
Many thanks again
Have got it working.
Many thanks again