Skip to contents

Create directories (including full path requested), returns 0 on success.

Usage

make_directory(dir_path)

Arguments

dir_path

A string.

Value

An integer

Note

This function has been auto-generated from the following Raylib function definition:

int MakeDirectory(const char * dirPath);

Examples

if (FALSE) {
make_directory("file.png")
}