Platform | x64, Win32 |
Purpose |
To check for the matching of a file name with a wild card. |
Syntax |
LOGICAL (KIND=2) FUNCTION WILDCHECK@(WILDCARD, NAME) |
Description |
Returns .TRUE. if NAME can be matched with WILDCARD, .FALSE. otherwise (including when the syntax of WILDCARD or NAME is invalid). |