5003   Requested file not found

Cause

This error occurs if an attempt to open a file with a mode of File.Mode_Input or File.Mode_IO fails to locate the file and the allowCreate attribute of the FileNode class is set to false.

Action

Provide an appropriate exception handler to shield users from this error.