Fullpath: Difference between revisions

From SpybotWiki
Jump to navigation Jump to search
(New page: {{AdvFileParam|fullpath}} Checks if the full path (filename and path) is of the given value. ==Usage== fullpath=<path(string)> ===Examples=== filepath=<$WINDIR>\blubbels.txt ===Descri...)
 
(added group)
 
(3 intermediate revisions by the same user not shown)
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 =
|PREVIOUS =
|PEVERSION = ??? < 1.5.4.5
|GROUP = Basic Attributes
}}Checks if the full path (filename and path) is of the given value.


==Usage==
==Usage==
Line 9: Line 15:


===Description===
===Description===
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)]].
{{AlgoPrefix}} 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)]].
 
[[AlgoPrefix|Algo-Prefixes]] are available only in [[AdvCheck.dll]] later than 1.5.4.5, previously only wildcards (now default) were supported.


==See also==
==See also==
* [[AlgoPrefix]]
* [[Path templates]]
* [[Path templates]]



Latest revision as of 09:05, 22 February 2008

fullpath
Variants fullpath
Previously
Group Basic Attributes
Version advcheck.dll ??? < 1.5.4.5

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