Skip to contents

Change working directory, return true on success.

Usage

change_directory(dir_path)

Arguments

dir_path

A string.

Value

A logical

Note

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

bool ChangeDirectory(const char * dirPath);

Examples

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