load-file-text ( fileName -- string/f )


Vocabulary
raylib

Inputs
fileNamea c-string


Outputs
string/fa 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