Skip to contents

Get pointer to filename for a path string.

Usage

get_file_name(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 *GetFileName(const char *filePath);