Skip to content

raylib.SaveFileText

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Save text data to file (write), string must be '\0' terminated

Parameters

Parameter Default Value Note
fileName
text

Return value

Condition Return Value
(always) number

Notes

Example

raylib.SaveFileText "highscore.txt", "Player1:9999"

Clone this wiki locally