Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (O)
Guardian Procedure Calls Reference Manual—522629-013
11- 9
OLDFILENAME_TO_FILENAME_ Procedure
OLDFILENAME_TO_FILENAME_ Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Considerations
Related Programming Manual
Summary
The OLDFILENAME_TO_FILENAME_ procedure converts a file name in the C-series
internal file-name format to a file name in the D-series file-name format. See
Appendix D, File Names and Process Identifiers
for descriptions of C-series and D-
series file names.
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
error returned value
INT
is a file-system error number indicating the outcome of the operation.
oldfilename input
INT .EXT:ref:12
specifies a valid internal file name to be converted.
#include <cextdecs(OLDFILENAME_TO_FILENAME_)>
short OLDFILENAME_TO_FILENAME_ ( short *oldfilename
,char *filename
,short maxlen
,short *filename-length );
error := OLDFILENAME_TO_FILENAME_ ( oldfilename ! i
,filename:maxlen ! o:i
,filename-length ); ! o