if i want to search for all mp3's but want to remove all the results in the my music dir how do i do that?
i typed "mp3 !music" but that didn't work for some reason. i thought the ! button removes keywords. perhaps it's just from the file name not the dir name?
can i remove certain directories from the results?
-
BigDan
- Posts: 62
- Joined: Tue May 23, 2017 9:24 pm
-
void
- Developer
- Posts: 19903
- Joined: Fri Oct 16, 2009 11:31 pm
Re: can i remove certain directories from the results?
Please try the following search:
*.mp3 !"c:\music dir\"
where c:\music dir is your music directory.
*.mp3 !"c:\music dir\"
where c:\music dir is your music directory.