Size(file): Difference between revisions
Jump to navigation
Jump to search
(added group) |
(Updated from filesize to size[file]) |
||
| Line 1: | Line 1: | ||
{{AdvParamInfo | {{AdvParamInfo | ||
|SYNTAX = | |SYNTAX = size[file] | ||
|TITLESYNTAX = | |TITLESYNTAX = size(file) | ||
|PREVIOUS = | |PREVIOUS = filesize | ||
|VARIANTS = | |VARIANTS = | ||
|PEVERSION = ??? < 1.5.4.5 | |PEVERSION = ??? < 1.5.4.5 | ||
| Line 9: | Line 9: | ||
==Usage== | ==Usage== | ||
size[file]=<size(int)> | |||
size[file]>=<size(int)> | |||
size[file]<=<size(int)> | |||
===Examples=== | ===Examples=== | ||
size[file]=18373 | |||
size[file]>=10000 | |||
size[file]<=100000 | |||
size[file]>=10000,filesize<=100000 | |||
===Description=== | ===Description=== | ||
Revision as of 14:59, 3 April 2008
| 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.