Fmatch
From SA-MP Wiki
This function does not work in the current SA:MP version.
Find a filename matching a pattern.
(name[], const pattern[], index = 0, size = sizeof name)
| name | The string to hold the result in, returned as a packed string. |
| const pattern | The pattern that should be matched. May contain wildcards. |
| index | The number of the file, in case there are multiple matches. |
| size | The maximum size of parameter name |
| Returns | true on success, false on failure |
