  PROCEDURE [XREF] eup$get_file_selection
    (    file: fst$file_reference;
         title_p: ^string ( * );
         box_x_position: cst$x_position;
         box_y_position: cst$y_position;
         actions: ^clt$data_value;
         help_module: ^clt$data_value;
     VAR path_container: string (fsc$max_path_size);
     VAR selected_file: ^fst$file_reference;
     VAR selected_action: ^clt$data_value;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc clt$data_value
*copyc cst$x_position
*copyc cst$y_position
*copyc fst$file_reference
*copyc ost$status
?? POP ??
