Skip to content

raylib.FileMove

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Move file from one directory to another NOTE: If dst directories do not exists they are created

Parameters

Parameter Default Value Note
srcPath
dstPath

Return value

Condition Return Value
(always) number

Notes

Example

raylib.FileMove "temp/draft.txt", "final/draft.txt"

Clone this wiki locally