Showing changes from revision #8 to #9:
Added | Removed | Changed
This *Command checks for the presence of a given object, and perform one of two possible commands depending on the result of the check.
*IfThere object_spec Then true_cmd [Else false_cmd]
object_spec | Valid (wildcarded) pathname to a file or directory |
true_cmd | Command to perform if check is true |
false_cmd | Command to perform if check is false |
This command uses OS_File 17 to perform the check.