Document that wxMatchWild() is always case-sensitive

Closes https://github.com/wxWidgets/wxWidgets/pull/2337
This commit is contained in:
PB
2021-04-20 17:29:57 +02:00
committed by Vadim Zeitlin
parent 87fddbdbdb
commit b7b4e1a530

View File

@@ -263,6 +263,9 @@ bool wxFileExists(const wxString& filename);
@true, filenames beginning with a dot are not matched with wildcard
characters.
@note Matching is always case-sensitive, even on platforms where paths
are generally treated as case-insensitive.
@see wxIsWild()
@header{wx/filefn.h}