FileExists |
Top Previous Next |
Syntax - If FileExists <FilePathAndName> … Where: <FilePathAndName> is a valid path and file name or a variable that contains a valid path and file name.
Description: This comparison operator is used to determine if a specified file exists. This command does not determine if the file is available. This comparison returns a TRUE condition is the specified file is present. This comparison operator can be used with either an in-line If (the original OLIE™ syntax) or a Block If.
Note: The <FilePathAndName> given must be accessible from the workstation on which EMUE is running.
See Also:
|