Miguel A. Figueroa-Villanueva wrote:
I think the following documentation for the IF command:
IF(variable1 OR variable2)
True if either variable would be considered true individually.
IF(COMMAND command-name)
True if the given name is a file or directory.
I think the following documentation for the IF command:
IF(variable1 OR variable2)
True if either variable would be considered true individually.
IF(COMMAND command-name)
True if the given name is a file or directory.
IF(EXISTS file-name)
IF(EXISTS