get-file-length ( fileName -- int )


Vocabulary
raylib

Inputs
fileNamea c-string


Outputs
intan int


Word description
Get file length in bytes (NOTE: GetFileSize() conflicts with windows.h)

Definition