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
Questions about datecreated: function
Re: Questions about datecreated: function
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?)
#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?)