Handbook
Glossary
get-directory-path ( filePath -- c-string )
Vocabulary
raylib
Inputs
filePath
a
c-string
Outputs
c-string
a
c-string
Word description
Get full path for a given fileName with path (uses static string)
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
get-directory-path
c-string
GetDirectoryPath (
c-string
filePath )