age(file)
age[file] | |
Variants | age[file] age[file]> age[file]< |
Previously | |
Group | Basic Attributes |
Version | advcheck.dll >= 1.5.5.6 |
A check about the file age.
Contents
Usage
age[file]=<days(int)> age[file]>=<days(int)> age[file]<=<days(int)>
Examples
age[file]<=30
Flags the file only if it has been less than a month old.
Description
Tests the age of a file, by looking at how many days back its timestamp is set.