Guardian Procedure Calls Reference Manual
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, see the Guardian
Programmer's Guide.
590 Guardian Procedure Calls (F)