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