NAME
          iraRegFilePath - Create the full pathname of an IRAPI Appli-
          cation Registration file.

     SYNOPSIS
          #include <irapi-ad.h>

          int iraRegFilePath(char *dest, char *file)

     DESCRIPTION
          Given the filename file, this function will place the full
          pathname of the IRAPI Application Registration file for file
          in the string pointed to by dest.

     RETURN VALUE
          IRR_OK if successful.

          IRR_FAIL on failure.

     ERROR
          On error, irError is set as follows:

          IRER_INVALID if the string pointed to by file is NULL or too
          long.

     SEE ALSO
          iraReadReg(3IRAPI-AD), iraWriteReg(3IRAPI), IRAPI-
          AD(4IRAPI-AD)

     VERSION
          This is version 11/25/02 of this man page.