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.
Find modified since date, only in specified folder?
Re: Find modified since date, only in specified folder?
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/
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/
Re: Find modified since date, only in specified folder?
Thank you, that worked perfectly.