-
Notifications
You must be signed in to change notification settings - Fork 56
MTY_MoveFile
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Move a file.
bool MTY_MoveFile(
const char * src,
const char * dst
);
src
(const char *
)
Path to the source file.
dst
(const char *
)
Path to the destination file.
bool
Returns true
on success, false
on failure. Call MTY_GetLog
for details.