Handbook
Glossary
get-directory-file-count ( dirPath -- uint )
Vocabulary
raylib
Inputs
dirPath
a
c-string
Outputs
uint
an
uint
Word description
Get the file count in a directory
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
get-directory-file-count
uint GetDirectoryFileCount (
c-string
dirPath )