Size(res): Difference between revisions
Jump to navigation
Jump to search
(New page: {{AdvFileParam|size[res]}} The size of a specific resource of the file. ==Usage== size[res]=<resource type(string)>|<resource name(string)>|<size(int)> size[res]>=<resource type(string)...) |
m (→Usage: fixed var names) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{AdvParamInfo | ||
The size of a specific resource of the file. | |SYNTAX = size[res] | ||
|TITLESYNTAX = size(res) | |||
|PREVIOUS = ressize | |||
|VARIANTS = size[res]><br/>size[res]< | |||
|PEVERSION = ??? < 1.5.4.5 | |||
|GROUP = Data Resources (PE) | |||
}}The size of a specific resource of the file. | |||
==Usage== | ==Usage== | ||
size[res]=< | size[res]=<type(string)>|<name(string)>|<size(int)> | ||
size[res]>=< | size[res]>=<type(string)>|<name(string)>|<size(int)> | ||
size[res]<=< | size[res]<=<type(string)>|<name(string)>|<size(int)> | ||
===Examples=== | ===Examples=== | ||
| Line 16: | Line 22: | ||
===Similar parameters=== | ===Similar parameters=== | ||
* [[count(restypes)]] | * [[count(restypes)]] | ||
* [[exists(res)]] | * [[exists(res)]] | ||
* [[exists(restype)]] | * [[exists(restype)]] | ||
| Line 22: | Line 27: | ||
* [[md5(icon)]] | * [[md5(icon)]] | ||
* [[md5(res)]] | * [[md5(res)]] | ||
===Similar commands=== | ===Similar commands=== | ||
Latest revision as of 19:15, 22 February 2008
| size[res] | |
| Variants | size[res] size[res]> size[res]< |
| Previously | ressize |
| Group | Data Resources (PE) |
| Version | advcheck.dll ??? < 1.5.4.5 |
The size of a specific resource of the file.
Usage
size[res]=<type(string)>|<name(string)>|<size(int)> size[res]>=<type(string)>|<name(string)>|<size(int)> size[res]<=<type(string)>|<name(string)>|<size(int)>
Examples
Description
Tests whether a resource of the specified type and name exists with the specified size. Available in the lesser than or equal and greater than or equal flavours as well.