Handbook
Glossary
load-file-text ( fileName -- string/f )
Vocabulary
raylib
Inputs
fileName
a
c-string
Outputs
string/f
a
string
or
f
Word description
Returns an owned Factor string (or f on failure), copying and releasing the native allocation. Use load-file-text-raw when native ownership is needed.
Definition
USING:
raylib.private
;
IN:
raylib
:
load-file-text
( fileName -- string/f )
load-file-text-raw
[
unload-file-text
]
copy-raylib-string
;