Skip to contents

Get full path for a given fileName with path (uses static string).

Usage

get_directory_path(file_path)

Arguments

file_path

A string.

Value

A string

Note

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

const char *GetDirectoryPath(const char *filePath);