Inconsistency while using filters with LoadDirectoryFilesEx #5566
Unanswered
melikuomer
asked this question in
Q&A
Replies: 1 comment
-
|
@melikuomer thanks for reporting, that function was reviewed recently so it can have some issues. I'm creating an issue from this discussion for further review. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While trying to load my assets I wanted it to scan sub directories as well. So I used
LoadDirectoryFilesExI checked the code and found following filters.
raylib/src/rcore.c
Lines 274 to 282 in 7c48fa9
But when I use
*.*I got no results. I explored a bit more and got really confused.I feel like this is a bug. It would be great if anyone could explain me why this works like this.
and directory structure is the following
And this is how i compile and run the program
(Sorry if this is a badly authored discussion. I would love to improve on it if you provide feedback)
Beta Was this translation helpful? Give feedback.
All reactions