Updated XML comment for GetDirectoryFileCountEx to clarify behavior and filtering options.
This commit is contained in:
parent
cb77e4f195
commit
4e6e28cdce
1 changed files with 1 additions and 1 deletions
|
|
@ -1815,7 +1815,7 @@ public static unsafe partial class Raylib
|
|||
return GetDirectoryFileCount(dirBuffer.AsPointer());
|
||||
}
|
||||
|
||||
/// <summary>Load directory filepaths with extension filtering and subdir scan; some filters available: "*.*", "FILES*", "DIRS*"</summary>
|
||||
/// <summary>Get the file count in a directory with extension filtering and recursive directory scan. Use 'DIR' in the filter string to include directories in the result</summary>
|
||||
public static int GetDirectoryFileCountEx(string dirPath, string filter, CBool scanSubdirs)
|
||||
{
|
||||
using AnsiBuffer dirBuffer = dirPath.ToAnsiBuffer();
|
||||
|
|
|
|||
Loading…
Reference in a new issue