Exclude files on "Adobe Premiere Pro Auto-Save" folders

General discussion related to "Everything".
Post Reply
tutman
Posts: 19
Joined: Thu May 07, 2015 8:39 am

Exclude files on "Adobe Premiere Pro Auto-Save" folders

Post by tutman »

Hi. Premiere Pro auto save files on a subfolder called "Adobe Premiere Pro Auto-Save" created on each project folder. Every project im working on have its own "Adobe Premiere Pro Auto-Save" folder. How can I prevent files INSIDE those folders appear on search results?

Thanks!
void
Developer
Posts: 16753
Joined: Fri Oct 16, 2009 11:31 pm

Re: Exclude files on "Adobe Premiere Pro Auto-Save" folders

Post by void »

To exclude files and folders INSIDE folders named Adobe Premiere Pro Auto-Save:
  • In "Everything", from the Tools menu, click Options.
  • Click the Exclude tab.
  • Click Add Filter....
  • Set the filter to:

    Code: Select all

    *\Adobe Premiere Pro Auto-Save\*
  • Click OK.
  • Set Exclude files to:
  • Code: Select all

    *\Adobe Premiere Pro Auto-Save\*
  • Click OK.
Note:
Adobe Premiere Pro Auto-Save folders will still show up in the index with these filters.
However, these Adobe Premiere Pro Auto-Save folders will appear empty in the index.
Including a \ in the filter will match the full path and filename for each file/folder.
* = match any number of any character.
tutman
Posts: 19
Joined: Thu May 07, 2015 8:39 am

Re: Exclude files on "Adobe Premiere Pro Auto-Save" folders

Post by tutman »

Thank you very much, Void. Excelent tool. BTW, using AutoHotkey i managed to click on a file in the results, press CTRL-C and make Total Commander get focus with the file selected (not just the folder). This is amazing and still playing with Everything, lots to learn, thanks. (Avafind ex-user here).
Post Reply