Skip to contents

Get filename string without extension (uses static string).

Usage

get_file_name_without_ext(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 *GetFileNameWithoutExt(const char *filePath);