Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
parent
efc390d7e2
commit
011454b237
1 changed files with 2 additions and 2 deletions
|
@ -425,10 +425,10 @@ extern SDL_DECLSPEC bool SDLCALL SDL_GetPathInfo(const char *path, SDL_PathInfo
|
||||||
* Enumerate a directory tree, filtered by pattern, and return a list.
|
* Enumerate a directory tree, filtered by pattern, and return a list.
|
||||||
*
|
*
|
||||||
* Files are filtered out if they don't match the string in `pattern`, which
|
* Files are filtered out if they don't match the string in `pattern`, which
|
||||||
* may contain wildcard characters '*' (match everything) and '?' (match one
|
* may contain wildcard characters '\*' (match everything) and '?' (match one
|
||||||
* character). If pattern is NULL, no filtering is done and all results are
|
* character). If pattern is NULL, no filtering is done and all results are
|
||||||
* returned. Subdirectories are permitted, and are specified with a path
|
* returned. Subdirectories are permitted, and are specified with a path
|
||||||
* separator of '/'. Wildcard characters '*' and '?' never match a path
|
* separator of '/'. Wildcard characters '\*' and '?' never match a path
|
||||||
* separator.
|
* separator.
|
||||||
*
|
*
|
||||||
* `flags` may be set to SDL_GLOB_CASEINSENSITIVE to make the pattern matching
|
* `flags` may be set to SDL_GLOB_CASEINSENSITIVE to make the pattern matching
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue