Skip to content

raylib.UnloadFileText

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Unload file text data allocated by LoadFileText()

Parameters

Parameter Default Value Note
text

Return value

None.

Notes

Example

text = raylib.LoadFileText("readme.txt")
print text
raylib.UnloadFileText text

Clone this wiki locally