Function yasmin::extract_filename

Function Documentation

inline const char *yasmin::extract_filename(const char *path)

Extracts the filename from a given file path.

This function takes a full path to a file and returns just the file name.

Parameters:

path – The full path to the file.

Returns:

A pointer to the extracted filename.