ONE_FIND_FILE_END

Terminate a sequence of ONE_FIND_FILE calls

Description:

This routine should be called after a sequence of calls to ONE_FIND_FILE in order to release any resources used by ONE_FIND_FILE. It should be passed in its Context argument the value of the Context argument as returned by the ONE_FIND_FILE in the last call in the sequence that is to be closed down.

Invocation

CALL ONE_FIND_FILE_END (CONTEXT, STATUS )

Arguments

CONTEXT = INTEGER (Given)
The context argument returned by the last call to ONE_FIND_FILE in the sequence to be closed down.
STATUS = INTEGER (Given and Returned)
Inherited status. Routine will attempt to free resources even if status is bad on entry.