LoadDirectoryFilesEx documentation updated
This commit is contained in:
parent
cf49aeae19
commit
af2cd9d7df
1 changed files with 1 additions and 1 deletions
|
|
@ -615,7 +615,7 @@ public static unsafe partial class Raylib
|
||||||
[DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
public static extern FilePathList LoadDirectoryFiles(sbyte* dirPath, int* count);
|
public static extern FilePathList LoadDirectoryFiles(sbyte* dirPath, int* count);
|
||||||
|
|
||||||
/// <summary>Load directory filepaths with extension filtering and recursive directory scan</summary>
|
/// <summary>Load directory filepaths with extension filtering and recursive directory scan. Use 'DIR' in the filter string to include directories in the result</summary>
|
||||||
[DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
public static extern FilePathList LoadDirectoryFilesEx(sbyte* basePath, sbyte* filter, CBool scanSubdirs);
|
public static extern FilePathList LoadDirectoryFilesEx(sbyte* basePath, sbyte* filter, CBool scanSubdirs);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue