Skip to content

MTY_MoveFile

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Move a file.

bool MTY_MoveFile(
    const char * src,
    const char * dst
);

Parameters

src (const char *)

Path to the source file.

dst (const char *)

Path to the destination file.

Return value

bool

Returns true on success, false on failure. Call MTY_GetLog for details.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: File

Clone this wiki locally