
  PROCEDURE [XREF] fsp$create_file
    (    file: fst$file_reference;
         attachment_options: ^fst$attachment_options;
         cycle_attributes: ^fst$file_cycle_attributes;
         device_attributes: ^fst$device_attributes;
         file_attributes: ^fst$file_attributes;
     VAR resolved_path: fst$path;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc fse$attach_validation_errors
*copyc fst$attachment_options
*copyc fst$device_attributes
*copyc fst$file_attributes
*copyc fst$file_cycle_attributes
*copyc fst$file_reference
*copyc ost$status
*copyc pfe$error_condition_codes
*copyc rme$request_mass_storage
?? POP ??
