Skip to contents

Get pointer to extension for a filename string (includes dot: '.png').

Usage

get_file_extension(file_name)

Arguments

file_name

A string.

Value

A string

Note

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

const char *GetFileExtension(const char *fileName);