Skip to contents

Change working directory, return true on success.

Usage

change_directory(dir)

Arguments

dir

A string.

Value

A logical

Note

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

bool ChangeDirectory(const char *dir);