Handbook
Glossary
get-file-name-without-ext ( filePath -- c-string )
Vocabulary
raylib
Inputs
filePath
a
c-string
Outputs
c-string
a
c-string
Word description
Get filename string without extension (uses static string)
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
get-file-name-without-ext
c-string GetFileNameWithoutExt (
c-string
filePath )