{ RHP$OPEN_FILE
{
{     The purpose of this procedure is to open the local file identified by local_file_info.
{
{     RHP$OPEN_FILE (LOCAL_FILE_INFO)
{
{ LOCAL_FILE_INFO: (input) This parameter specifies all information
{     required for local file identification and access.
{

  PROCEDURE [XREF] rhp$open_file ALIAS 'rhmopn' (
    VAR local_file_info: rht$local_file_info);

?? PUSH (LISTEXT := ON) ??
*copyc RHT$FUNCTION_STATUS
?? POP ??
