Search for all pdfs in specific folders

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
Zygus
Junior Member
Junior Member
Posts: 37
Joined: 2013-02-23, 17:51 UTC

Search for all pdfs in specific folders

Post by *Zygus »

Hello. I wonder if it is possible:
I want to find all pdfs which are in specific folders in the easiest possible way, for example
there is main folder C:\TEMP which name is put in "search in".
In C:\TEMP there are subfolders from A to Z and in each such folder there are subfolders like 2012, 2013, 2014.
In each year folders there are pdfs from given year.
I would like to find every pdfs what exists in for example 2013 subfolder of each A to Z folders.
I tried different queries but all tries were failures.
User avatar
Dalai
Power Member
Power Member
Posts: 9387
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Re: Search for all pdfs in specific folders

Post by *Dalai »

Search for *.pdf, and on tab Plugins add this rule:

Code: Select all

tc | path | contains | 2013
You might have to use property "fullname" instead of "path".

Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
User avatar
tuska
Power Member
Power Member
Posts: 3757
Joined: 2007-05-21, 12:17 UTC

Re: Search for all pdfs in specific folders | TC <=> Everything

Post by *tuska »

Search for:

Code: Select all

ev:C:\TEMP *\2013 *.pdf
☑ 'Everything' | How to use TC <=> Everything


Windows 10 Pro (x64) Version 1809 (OS Build 17763.253)
Intel(R) Core(TM) i7-4770 CPU @ 3.4OGHz, 16 GB RAM
TC 9.21a x64/x86 | Everything - Version 1.4.1.928 (x64)
Post Reply