Skip to content

raylib.FileCopy

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Copy file from one path to another NOTE: If destination path does not exist, it is created!

Parameters

Parameter Default Value Note
srcPath
dstPath

Return value

Condition Return Value
(always) number

Notes

Example

raylib.FileCopy "assets/config.txt", "backup/config.txt"

Clone this wiki locally