Questions about datecreated: function

General discussion related to "Everything".
Post Reply
whileloop
Posts: 2
Joined: Mon Jan 28, 2013 4:08 pm

Questions about datecreated: function

Post by whileloop »

I tried the comparison and range operators, but seems doesn't work.
Please teach me how to do the following search.
1) Find files created before 2012-11-11
2) Find files created after 2012-11-11
3) Find files create between 2012-01-01..2012-01-20
4) Find files create in last 20 days
therube
Posts: 4580
Joined: Thu Sep 03, 2009 6:48 pm

Re: Questions about datecreated: function

Post by therube »

Don't know any exact syntax, but by experimenting a bit ...

#1) be sure & set some reasonable search selection before entering the function
(otherwise you may be caught in a LONG search that could be difficult to get out of)

a bit of trial & error gave me:
#2) every .exe datemodified:01/01/2013-01/27/2013

or a bit longer:
.exe datemodified:01/01/2013-01/27/2013

(Version 1.3.0b has a "modified". Earlier may only have had "created", not sure?)
Post Reply