Fmatch

From SA-MP Wiki

Jump to: navigation, search


This function does not work in the current SA:MP version.


Find a filename matching a pattern.


Parameters:
(name[], const pattern[], index = 0, size = sizeof name)
nameThe string to hold the result in, returned as a packed string.
const patternThe pattern that should be matched. May contain wildcards.
indexThe number of the file, in case there are multiple matches.
sizeThe maximum size of parameter name


Returnstrue on success, false on failure
Personal tools