Skip to contents

Get previous directory path for a given path (uses static string).

Usage

get_prev_directory_path(dir_path)

Arguments

dir_path

A string.

Value

A string

Note

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

const char *GetPrevDirectoryPath(const char *dirPath);