FileExists

Top  Previous  Next

S

A

W

WS

ü

ü

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:

Complex If Comparisons