Handbook
Glossary
get-prev-directory-path ( dirPath -- c-string )
Vocabulary
raylib
Inputs
dirPath
a
c-string
Outputs
c-string
a
c-string
Word description
Get previous directory path for a given path (uses static string)
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
get-prev-directory-path
c-string GetPrevDirectoryPath (
c-string
dirPath )