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

Gets the file path with the filename removed from a path string.

Parameters
pFilenameString containing a file path.
Returns
A string containing just the file path (everything preceeding the final '/').
Remarks
The pointer returned is in the MFStr buffer. If persistence is desired, the client should take a copy.