exists
Checks for the existance of a file or directory and stores True or False in a result variable.
Attributes:
path: the directory or file to be checked
result: the variable in which to store the result
Example:
<exists path="test.txt" result="var1" />
<exists path="C:\MyDirectory" result="var2" />