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