Skip to content

MTY_DeleteFile

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Delete a file.

bool MTY_DeleteFile(
    const char * path
);

Parameters

path (const char *)

Path to the 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