Size(file): Difference between revisions
Jump to navigation
Jump to search
(New page: {{AdvFileParam|filesize}} Defines which size the scanned file must have ==Usage== filesize=<size(int)> filesize>=<size(int)> filesize<=<size(int)> ===Examples=== filesize=18373 file...) |
(added group) |
||
| Line 1: | Line 1: | ||
{{ | {{AdvParamInfo | ||
Defines which size the scanned file must have | |SYNTAX = filesize | ||
|TITLESYNTAX = filesize | |||
|PREVIOUS = | |||
|VARIANTS = | |||
|PEVERSION = ??? < 1.5.4.5 | |||
|GROUP = Basic Attributes | |||
}}Defines which size the scanned file must have. | |||
==Usage== | ==Usage== | ||
Revision as of 08:57, 22 February 2008
| filesize | |
| Variants | filesize |
| Previously | |
| Group | Basic Attributes |
| Version | advcheck.dll ??? < 1.5.4.5 |
Defines which size the scanned file must have.
Usage
filesize=<size(int)> filesize>=<size(int)> filesize<=<size(int)>
Examples
filesize=18373 filesize>=10000 filesize<=100000 filesize>=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.