Verify General File Exists

Determines whether a file currently exists at the specified path.

 

Input Arguments

 

0

File Path or Embedded File

File Name

The path of the file to check.

1

Step ID

Step if File Does Exist

Step to jump to if file exists.

2

Step ID

Step if File Doesn’t Exist

Step to jump to if file does not exist.

Return Arguments

None.

 

Returned Status

 

SUCCESS

The file was found at the specified path.

FAILURE

The provided path was not valid or the file was not found.

Remarks

This command supports both absolute paths (ex. C:\test.xit) and relative paths (ex. .\test.xit). If a rela- tive path is provided and the MP is embedded, the path will be relative to the current SA file location.