Mount Fuji Engine  0.8b
const char* MFStr_GetFileName ( const char *  pFilename)

Gets the filename part from a path.

Parameters
pFilenameString containing a file path.
Returns
A string containing just the filename taken from the path.
Remarks
The pointer returned points into the source string. It is only valid while the source string remains unchanged.