Filepath: Difference between revisions

From SpybotWiki
Jump to navigation Jump to search
(version)
(added group)
 
Line 4: Line 4:
|VARIANTS =  
|VARIANTS =  
|PEVERSION = ??? < 1.5.4.5
|PEVERSION = ??? < 1.5.4.5
|GROUP = Basic Attributes
}}Checks if the file path (no filename) is of the given value.
}}Checks if the file path (no filename) is of the given value.



Latest revision as of 08:57, 22 February 2008

filepath
Variants filepath
Previously {{{PREVIOUS}}}
Group Basic Attributes
Version advcheck.dll ??? < 1.5.4.5

Checks if the file path (no filename) is of the given value.

Usage

filepath=<path(string)>

Examples

filepath=<$WINDIR>\

Description

AP Tests whether the path, excluding the filename, of the currently tested file matches the path data. Useful if you branch first e.g. through inilinkbranch or targetbranch(link).

Algo-Prefixes are available only in AdvCheck.dll later than 1.5.4.5, previously only wildcards (now default) were supported.

See also

Similar parameters

Similar commands