(LOGO.JPG) Python for OpenVMS

(go to: table of contents, index, list of vms_lib, prev: FIND_FILE, next: FIND_IMAGE_SYMBOL)


FIND_FILE_END - End of Find File


Deallocate any memory that is used by vms_lib.find_file().

Format:

    vms_lib.find_file_end (context)
Returns:

None

Arguments:

context
The context value from a previous call to the vms_lib.find_file() routine.

WARNING! An invalid context value can result in an unhandled OpenVMS exception (SS$_ACCVIO) that aborts the Python interpreter.

Examples: See the examples section of the vms_lib.find_file() routine.


(go to: table of contents, index, list of vms_lib, prev: FIND_FILE, next: FIND_IMAGE_SYMBOL)

02-DEC-1998 ZE.