Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
get-file-name-without-ext ( filePath -- c-string )
Vocabulary
raylib.ffi
Inputs and outputs
filePath
an
object
c-string
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib.ffi
LIBRARY:
raylib
FUNCTION-ALIAS:
get-file-name-without-ext
c-string GetFileNameWithoutExt (
c-string
filePath )