Difference between revisions of "Filepath"

From SpybotWiki
Jump to: navigation, search
(New page: {{AdvFileParam|filepath}} Checks if the file path (no filename) is of the given value. ==Usage== filepath=<path(string)> ===Examples=== filepath=<$WINDIR>\ ===Description=== Tests whe...)
 
(Description)
Line 9: Line 9:
  
 
===Description===
 
===Description===
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)]].
+
{{AlgoPrefix}} 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)]].
 +
 
 +
[[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==

Revision as of 16:45, 21 February 2008


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