mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-02 20:29:18 -05:00
Added documentation comments for (#5525)
This commit is contained in:
@ -2762,6 +2762,8 @@ FilePathList LoadDirectoryFiles(const char *dirPath)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Load directory filepaths with extension filtering and recursive directory scan
|
// Load directory filepaths with extension filtering and recursive directory scan
|
||||||
|
// Use 'DIR*' to include directories on directory scan
|
||||||
|
// Use '*.*' to include all file types and directories on directory scan
|
||||||
// WARNING: Directory is scanned twice, first time to get files count
|
// WARNING: Directory is scanned twice, first time to get files count
|
||||||
FilePathList LoadDirectoryFilesEx(const char *basePath, const char *filter, bool scanSubdirs)
|
FilePathList LoadDirectoryFilesEx(const char *basePath, const char *filter, bool scanSubdirs)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user