Difference between revisions of "Exists(res)"

From SpybotWiki
Jump to: navigation, search
(added group)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:exists(res)}}{{AdvFileParam|exists[res]}}
+
{{AdvParamInfo
Checks if a resource with that name and of that type exists.
+
|SYNTAX = exists[res]
 +
|TITLESYNTAX = exists(res)
 +
|PREVIOUS = resexists
 +
|VARIANTS = exists[res]!
 +
|PEVERSION = ??? < 1.5.4.5
 +
|GROUP = Data Resources (PE)
 +
}}Checks if a resource with that name and of that type exists.
  
 
==Usage==
 
==Usage==

Latest revision as of 08:53, 22 February 2008

exists[res]
Variants exists[res]
exists[res]!
Previously resexists
Group Data Resources (PE)
Version advcheck.dll ??? < 1.5.4.5

Checks if a resource with that name and of that type exists.

Usage

exists[res]=<type(string)>|<name(string)>
exists[res]!=<type(string)>|<name(string)>

Examples

Description

Tests whether a resource of the specified type and name exists. This one is also available in a negated form to test whether a resource does not exist.

See also

Similar parameters

Similar commands