PointToName
The FSF.PointToName function is used to get a file name from a given file path.
char *WINAPI PointToName(
const char *Path
);
Parameters
Path
The file path from which you want to get the file name.
Return value
Pointer to the file name in the given path.
Remarks
Example