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

Gets the filename without its extension from a path.

Parameters
pFilenameString containing a file path.
Returns
A string containing just the filename taken from the path with the file extension removed.
Remarks
The pointer returned is in the MFStr buffer. If persistence is desired, the client should take a copy.