child: function

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

child: function

Post by void »

What is the child: function?
The child function allows you to search for folders containing a subfolder or file with the specified filename.

For example, to display all the folders on your computer that contain an mp3 file:

Code: Select all

child:*.mp3


You can also find folders that are missing a file type, for example, search for folders in c:\music that do not contain an mp3 file:

Code: Select all

folder: c:\music\ !child:*.mp3
What are the requirements for the child: function?
Requires "Everything" version 1.3.3.653b or later.
nagan
Posts: 302
Joined: Thu Apr 18, 2013 11:44 am

Re: child: function

Post by nagan »

Wonderful! I made a search "child:.mp3" and added a mp3 file to a new unlisted folder. It did not update immediately nor on pressing "F5".
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: child: function

Post by void »

This function does not update real-time for performance reasons.

You will need to change the search to update the results.
Post Reply