Filename/RB_Get_Filename [ Functions ]

NAME

RB_Get_Filename --

FUNCTION

Give the name of this file. That is the name of the file without its path but with the extension.

SYNOPSIS

char* RB_Get_Filename( struct RB_Filename *arg_rb_filename )

RESULT

pointer to the extension pointer to a '\0' if no extension was found.

NOTE

The string returned is owned by this function so don't change it.