Handbook
Glossary
file-exists ( fileName -- bool )
Vocabulary
raylib
Inputs
fileName
a
c-string
Outputs
bool
a
bool
Word description
Check if file exists
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
file-exists
bool FileExists
(
c-string
fileName )