Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (F)
Guardian Procedure Calls Reference Manual522629-013
5-199
FILENAME_RESOLVE_ Procedure
Example
In the following example, name is resolved using a search list if the DEFINE
=SRCHLST exists; if the DEFINE does not exist,
name is resolved by normal means.
slist ':=' "=SRCHLST";
error:= FILENAME_RESOLVE_( name:namelen,
outname:256, outnamelen, , ,
slist:8 );
Related Programming Manual
For programming information about the FILENAME_RESOLVE_ procedure, refer to
the
Guardian Programmer’s Guide.