Skip to content

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
);

Parameters

path (const char *)

Path to the directory.

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