Filepath: Difference between revisions
Jump to navigation
Jump to search
(→See also: alpha-sorted) |
No edit summary |
||
| Line 1: | Line 1: | ||
{{ | {{AdvParamInfo | ||
Checks if the file path (no filename) is of the given value. | |SYNTAX = filepath | ||
|TITLESYNTAX = filepath | |||
|VARIANTS = | |||
|PEVERSION = > 1.5.4.5 | |||
}}Checks if the file path (no filename) is of the given value. | |||
==Usage== | ==Usage== | ||
Revision as of 18:45, 21 February 2008
| filepath | |
| Variants | filepath |
| 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 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.