-
Notifications
You must be signed in to change notification settings - Fork 56
MTY_Mkdir
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Create a directory with subdirectories.
This function behaves in a similar manner to the mkdir -p
Unix utility.
bool MTY_Mkdir(
const char * path
);
path
(const char *
)
Path to the directory.
bool
Returns true
on success, false
on failure. Call MTY_GetLog
for details.