-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.FTPWildCard.PatternMatch
Andrew Lambert edited this page Sep 26, 2023
·
2 revisions
libcURL.FTPWildCard.PatternMatch
Event Function PatternMatch(Pattern As String, Filename As String) As Boolean| Name | Type | Comment |
|---|---|---|
| Pattern | String | The wildcard pattern used for the transfer. |
| Filename | String | The filename to match against Pattern. |
Return True if the Filename matches the Pattern.
This event handles the CURLOPT_FNMATCH_FUNCTION callback.
This event is raised when CustomMatch=True. It allows you to provide your own pattern-matching code.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.