Find folders that contain a specific file or file type

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
cavaliersa
Junior Member
Junior Member
Posts: 8
Joined: 2012-10-23, 08:55 UTC
Location: South Africa

Find folders that contain a specific file or file type

Post by *cavaliersa »

Is there a way, either natively in TC or via plugin, that one can search for a list of folders that do or do not contain a specific file or file type?
User avatar
nsp
Power Member
Power Member
Posts: 1805
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Re: Find folders that contain a specific file or file type

Post by *nsp »

cavaliersa wrote:Is there a way, either natively in TC or via plugin, that one can search for a list of folders that do or do not contain a specific file or file type?
With TC you can find files but you cannot find folders that contain some file types.
Using EmptyWDX, you can describe some filter and then use them to query folder using the boolean response.
This is a sample i use inside EmptyWDX.ini <> is the filter number.

Code: Select all

<>_filter=*.xvid|*.avi|*.mp4|*.mkv|*.ts|*.flv
<>_type=0
<>_Name=Video
<>_Max=4
Post Reply