Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (F)
Guardian Procedure Calls Reference Manual—522629-013
5-206
FILENAME_TO_PATHNAME_ Procedure
FILENAME_TO_PATHNAME_ Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
OSS Considerations
Related Programming Manual
Summary
The FILENAME_TO_PATHNAME_ procedure converts a Guardian file name or
subvolume name to an OSS pathname. See Appendix D, File Names and Process
Identifiers for a descriptions of OSS pathname syntax.
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
error returned value
INT
returns a file-system error number indicating the outcome of the operation.
0 No error.
563 The
pathname buffer is too small to contain the resulting name.
#include <cextdecs(FILENAME_TO_PATHNAME_)>
short FILENAME_TO_PATHNAME_ ( const char *filename
,short length
,char *pathname
,short maxlen
,short *pathlen
,short [ options ]
,short [ *index ] );
error := FILENAME_TO_PATHNAME_ ( filename:length ! i:i
,pathname:maxlen ! o:i
,pathlen ! o
,[ options ] ! i
,[ index ] ); ! i,o