FilePathList


Vocabulary
raylib

Class description
A list of file paths returned from load-directory-files, load-directory-files-ex. Must be freed with unload-directory-files.

Fields
capacity the max number of entries.
count the number of entries found.
paths array of string where each member is a file path.


See also
load-directory-files, load-directory-files-ex, unload-directory-files

Definition


Methods