Function yasmin::extract_filename
Defined in File logs.hpp
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.