This is function accepts a pointer to the name of a file along with path information and returns a pointer to the first character that is not part of the path.
pointer to an array of characters containing a file name and possible path modifiers.
Returns a pointer to the first character after any path information.
See Implementation
This is function accepts a pointer to the name of a file along with path information and returns a pointer to the first character that is not part of the path.