Folders with Co-existing 2 filetypes
-
copernicus
- Posts: 11
- Joined: Thu Apr 24, 2025 4:12 pm
Folders with Co-existing 2 filetypes
Could you help me with this scenario if possible, please?
I want to locate the files in folders only if both 2 filetypes exist,
- 2 different extensions (say .abc and .xyz)
- .abc's larger than 150MB and .xyz's smaller than 10KB (or no limitation)
- only the instances where both exist
- in 4 different external drives, excluding a second level directory in one of them (c:/aaa/abc) and excluding a top level in another (d:/bbb)
Thanks.
I want to locate the files in folders only if both 2 filetypes exist,
- 2 different extensions (say .abc and .xyz)
- .abc's larger than 150MB and .xyz's smaller than 10KB (or no limitation)
- only the instances where both exist
- in 4 different external drives, excluding a second level directory in one of them (c:/aaa/abc) and excluding a top level in another (d:/bbb)
Thanks.
Re: Folders with Co-existing 2 filetypes
Not possible in a single pass.
With Everything 1.5, with multiple passes:
Get a list of the abc files, search for:
Select all files and copy all filenames (Ctrl + Shift + C)
Search for:
Right click the filelist1: text in the search box and click Edit File List Slot...
Paste your filenames and click OK.
Get a list of the xyz files, search for:
(optionally remove the size limit)
Select all files and copy all filenames (Ctrl + Shift + C)
Search for:
Right click the filelist2: text in the search box and click Edit File List Slot...
Paste your filenames and click OK.
Get a list of common parents, search for:
This will show you the folders that contain the desired files.
Select all files and copy all filenames (Ctrl + Shift + C)
Search for:
Right click the filelist3: text in the search box and click Edit File List Slot...
Paste your filenames and click OK.
To show the files in these folders, search for:
With Everything 1.5, with multiple passes:
Get a list of the abc files, search for:
c:|d:|e:|f: !c:/aaa/abc/ !d:/bbb/ *.abc size:>150MBSelect all files and copy all filenames (Ctrl + Shift + C)
Search for:
filelist1:Right click the filelist1: text in the search box and click Edit File List Slot...
Paste your filenames and click OK.
Get a list of the xyz files, search for:
c:|d:|e:|f: !c:/aaa/abc/ !d:/bbb/ *.xyz size:<10kb(optionally remove the size limit)
Select all files and copy all filenames (Ctrl + Shift + C)
Search for:
filelist2:Right click the filelist2: text in the search box and click Edit File List Slot...
Paste your filenames and click OK.
Get a list of common parents, search for:
childfilelist1: childfilelist2:This will show you the folders that contain the desired files.
Select all files and copy all filenames (Ctrl + Shift + C)
Search for:
filelist3:Right click the filelist3: text in the search box and click Edit File List Slot...
Paste your filenames and click OK.
To show the files in these folders, search for:
parentfilelist3:-
copernicus
- Posts: 11
- Joined: Thu Apr 24, 2025 4:12 pm
Re: Folders with Co-existing 2 filetypes
Thank you very much.
After ctrl+shift+c, 'filelist1:' action doesn't do anything for me. I've checked and ctrl+left click or f2 doesn't work either... I mean I can't open 'Edit File List Slot'.
I've used your solution here: viewtopic.php?t=10857
Is there a notation for excluding all folders with certain characters? Exclude all the folders (root or sub) with names containing "11" in them...
After ctrl+shift+c, 'filelist1:' action doesn't do anything for me. I've checked and ctrl+left click or f2 doesn't work either... I mean I can't open 'Edit File List Slot'.
I've used your solution here: viewtopic.php?t=10857
Is there a notation for excluding all folders with certain characters? Exclude all the folders (root or sub) with names containing "11" in them...
Last edited by copernicus on Fri Apr 25, 2025 12:35 pm, edited 3 times in total.
Re: Folders with Co-existing 2 filetypes
Not quite sure what was meant by that?ctrl+shift+c
Believe, Ctrl+A (select all file names) + Ctrl+C (copy said names to clipboard), should do it.
After that you change your search to,
filelist1:& paste your just copied content into the filelist1:.
-
copernicus
- Posts: 11
- Joined: Thu Apr 24, 2025 4:12 pm
Re: Folders with Co-existing 2 filetypes
I was instructed to ctrl+shift+c abovetherube wrote: Fri Apr 25, 2025 4:05 pmNot quite sure what was meant by that?ctrl+shift+c
Believe, Ctrl+A (select all file names) + Ctrl+C (copy said names to clipboard), should do it.
After that you change your search to,filelist1:
& paste your just copied content into the filelist1:.
Re: Folders with Co-existing 2 filetypes
Hmm.
First time I tried it, Ctrl+Shift+C didn't seem to work, but trying again, it does.
(Accomplishes the same as what I did above - but using more steps.)
Ah, actually there is difference in behavior.
What I described copies the file name(s).
Ctrl+Shift+C, copies the fullname(s) (so including path).
First time I tried it, Ctrl+Shift+C didn't seem to work, but trying again, it does.
(Accomplishes the same as what I did above - but using more steps.)
Ah, actually there is difference in behavior.
What I described copies the file name(s).
Ctrl+Shift+C, copies the fullname(s) (so including path).
-
copernicus
- Posts: 11
- Joined: Thu Apr 24, 2025 4:12 pm
Re: Folders with Co-existing 2 filetypes
There wasn't a problem with copying (ctrl+shift+c or select all+copy). The problem was, and still is as long as v1.4 is concerned, the instruction or shortcuts to create a filelist was wrong. You can't (at least I couldn''t
) paste anything to and create a 'filelist1' via the instructions above in order to apply the second query within...
Re: Folders with Co-existing 2 filetypes
The instructions:copernicus wrote: Fri Apr 25, 2025 5:28 pm The problem was, and still is as long as v1.4 is concerned, the instruction or shortcuts to create a filelist was wrong.
void wrote: Fri Apr 25, 2025 12:21 am Not possible in a single pass.
With Everything 1.5, with multiple passes:
[...]
-
copernicus
- Posts: 11
- Joined: Thu Apr 24, 2025 4:12 pm
Re: Folders with Co-existing 2 filetypes
Oh my!
I wasn't aware of an alpha version then and intuitively I assumed the latest version on the main page is the 'version'. Apologies for not realizing the version differences earlier...but a heads up would have been appreciated.
-
copernicus
- Posts: 11
- Joined: Thu Apr 24, 2025 4:12 pm
Re: Folders with Co-existing 2 filetypes
This is not producing exactly what I needed because the resulting file list removes the size conditions per extension. For instance, filelist1 is .abc's larger than 100MB and filelist2 is .xyz's smaller than 10kb but the parentlist3 lists all the files regardless of these two restrictions in folders if the folder includes a file larger than 100MB .abc and smaller than 10kb .xyz.void wrote: Fri Apr 25, 2025 12:21 am With Everything 1.5, with multiple passes:
c:|d:|e:|f: !c:/aaa/abc/ !d:/bbb/ *.abc size:>150MB
Ctrl + Shift + C
filelist1:
Right click the filelist1:
Edit File List Slot...
Paste
OK.
c:|d:|e:|f: !c:/aaa/abc/ !d:/bbb/ *.xyz size:<10kb
Ctrl + Shift + C
filelist2:
Right click the filelist2:
Edit File List Slot...
Paste
OK.
childfilelist1: childfilelist2:
Ctrl + Shift + C
filelist3:
Right click the filelist3:
Edit File List Slot...
Paste
OK.
parentfilelist3:
The result, under my circumstances, should have resulted with a >100 .abc and a <10 .xyz per folder when sorted by path.
Re: Folders with Co-existing 2 filetypes
Same as above, except in the last step (parentfilelist3:), search for:
Code: Select all
parentfilelist3: filelist1:|filelist2:-
copernicus
- Posts: 11
- Joined: Thu Apr 24, 2025 4:12 pm
Re: Folders with Co-existing 2 filetypes
Brilliant. This could be the most useful software of all time on Windows. I'll try to get a better grasp of it by myself. I appreciate for your great help.void wrote: Sun Apr 27, 2025 1:25 am Same as above, except in the last step (parentfilelist3:), search for:
Code: Select all
parentfilelist3: filelist1:|filelist2: