
  PROCEDURE [XREF] clp$convert_string_to_file_path
    (    str: string ( * );
         use_$local_as_working_catalog: boolean;
         return_path_handle_name: boolean;
     VAR path_handle_name: fst$path_handle_name;
     VAR resolved_path: fst$resolved_file_reference;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc fst$path_handle_name
*copyc fst$resolved_file_reference
*copyc ost$status
?? POP ??
