Find modified since date, only in specified folder?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
Vortex
Posts: 11
Joined: Tue Aug 30, 2016 9:26 am

Find modified since date, only in specified folder?

Post by Vortex »

Hi, How can I find all the files that have been modified since a certain date, but only in a specified folder and it's sub-folders?
Thanks.
void
Developer
Posts: 16684
Joined: Fri Oct 16, 2009 11:31 pm

Re: Find modified since date, only in specified folder?

Post by void »

Search for the path and use the dm: search function to find files modified after a certain date.
For example, find files and folders in the folder "c:\path to\some folder" including subfolders, after the date 16/6/2015, search for:

"c:\path to\some folder\" dm:>16/6/2015

Use double quotes to escape spaces in long paths.
Use > after dm: to find files modified after the specified date.

For more information, please see:
http://www.voidtools.com/support/everything/searching/
Vortex
Posts: 11
Joined: Tue Aug 30, 2016 9:26 am

Re: Find modified since date, only in specified folder?

Post by Vortex »

Thank you, that worked perfectly.
Post Reply