Difference between revisions of "Size(file)"
(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...) |
|||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{AdvParamInfo |
− | Defines which size the scanned file must have | + | |SYNTAX = size[file] |
+ | |TITLESYNTAX = size(file) | ||
+ | |PREVIOUS = filesize | ||
+ | |VARIANTS = | ||
+ | |PEVERSION = ??? < 1.5.4.5 | ||
+ | |GROUP = Basic Attributes | ||
+ | }}Defines which size the scanned file must have. | ||
==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=== | ||
Line 19: | Line 25: | ||
===Similar parameters=== | ===Similar parameters=== | ||
+ | * [[size(ntfile)|size[ntfile]]] | ||
* [[attribs]] | * [[attribs]] | ||
* [[filename]] | * [[filename]] |
Latest revision as of 12:53, 4 August 2009
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.
Contents
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.