available |
![]() ![]() |
Checks if specified resource is available and sets the value of a variable depending on the result.
Domain: Valid filename
Default: -
Domain: valid variable name
Default: -
Domain: -
Default: true
Domain: -
Default: false
<define name="available"> <element name="available"> <ref name="dir_if_unless"/> <attribute name="resource"/> <attribute name="variable"/> <optional> <attribute name="true_value"/> </optional> <optional> <attribute name="false_value"/> </optional> </element> </define>
<available resource="${GOBO}/readme.txt" variable="available"/>
http://www.gobosoft.com |
![]() ![]() ![]() ![]() |