Difference between revisions of "Size(file)"

From SpybotWiki
Jump to: navigation, 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...)
(No difference)

Revision as of 15:53, 18 February 2008


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.

See also

Similar parameters

Similar commands