A script-enabled browser is required for this page to function properly.

TOOL_RES built-in package

Procedure/Exception/Function

Description

TOOL_RES.BAD_FILE_HANDLE

exception that is raised when the file handle passed to TOOL_RES.RFCLOSE is invalid

TOOL_RES.BUFFER_OVERFLOW

exception that is raised when you tried to get a resource that was longer than the supplied buffer

TOOL_RES.FILE_NOT_FOUND

exception that is raised when the specified file cannot be opened, most likely because of one of the following reasons:

  • file name
  • permissions on the file
  • system error

TOOL_RES.NO_RESOURCE

exception that is raised when the named resource could not be found

TOOL_RES.RFCLOSE

procedure that closes the specified resource file

TOOL_RES.RFHANDLE

type that specifies a handle to a file

TOOL_RES.RFOPEN

function that opens the specified file as a resource file

TOOL_RES.RFREAD

function that reads the specified resource

See also

About the TOOL_RES built-in package