size(file)

From SpybotWiki
Revision as of 12:53, 4 August 2009 by PepiMK (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
size[file]
Variants size[file]
Previously filesize
Group Basic Attributes
Version advcheck.dll ??? < 1.5.4.5

Defines which size the scanned file must have.

Usage

size[file]=<size(int)>
size[file]>=<size(int)>
size[file]<=<size(int)>

Examples

size[file]=18373
size[file]>=10000
size[file]<=100000
size[file]>=10000,filesize<=100000

Description

Compares the size of the currently tested file against the specified size parameter. Next to a strict comparison, this one also allows lesser than or equal and greater than or equal checks.

See also

Similar parameters

Similar commands