Difference between revisions of "Fullpath"

From SpybotWiki
Jump to: navigation, search
(See also)
Line 1: Line 1:
{{AdvFileParam|fullpath}}
+
{{AdvParamInfo
Checks if the full path (filename and path) is of the given value.
+
|SYNTAX = fullpath
 +
|TITLESYNTAX = fullpath
 +
|VARIANTS =
 +
|PEVERSION = ??? < 1.5.4.5
 +
}}Checks if the full path (filename and path) is of the given value.
  
 
==Usage==
 
==Usage==

Revision as of 18:46, 21 February 2008

fullpath
Variants fullpath
Previously {{{PREVIOUS}}}
Group [[:Category:Advanced file parameters for {{{GROUP}}}|{{{GROUP}}}]]
Version advcheck.dll ??? < 1.5.4.5

[[Category:Advanced file parameters for {{{GROUP}}}]] Checks if the full path (filename and path) is of the given value.

Usage

fullpath=<path(string)>

Examples

filepath=<$WINDIR>\blubbels.txt

Description

AP Tests whether the path, including 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