<if_file> File-related condition.
Command Tree: | Macro Flow Control \ If-Else \ If File | ||||||||||||
. | |||||||||||||
Syntax: | <if_file>("File",
"Condition", "Operand")
|
||||||||||||
. | |||||||||||||
. | |||||||||||||
Example: | <#> This macro shows how to use if-file condition <#> <commands_only_on> <if_file>("winmine.exe","EXIST","122222") <msg>(100,100,"Minesweeper game is installed.","Message",1) <else> <msg>(100,100,"Minesweeper game is NOT installed.","Message",1) <endif> |