Guardian Procedure Calls Reference Manual

Examples
result := FILENAME_MATCH_ ( filename:flen, pattern:plen );
This table shows some possible combinations of input parameters and the corresponding values
of status for the foregoing call to FILENAME_MATCH_:
generic-setstatuspatternfilename
N/A2 (match)C*B.*cab.ride
N/A1 (partial match)c*b.*cab
-1 (before set)0 (no match)c*b.*bable
0 (part of set)0 (no match)c*b.*c
0 (part of set)0 (no match)c*b.*czz.ride
+1 (after set)0 (no match)c*b.*d
Related Programming Manual
For programming information about the FILENAME_MATCH_ procedure, see the Guardian
Programmer's Guide.
FILENAME_MATCH_ Procedure 585