How can I list files within specific time range:
- Files those modification date isn't greater than 5 hours.
- Files that fall into period like 10-th of December through 20-th of December.
|
How can I list files within specific time range:
| ||||
|
feedback
|
Finds every file for your first criteria. For the second:
It first creates two reference files based on your date criterias, then search by using them. | |||
|
feedback
|