I have a string that looks like this: r:\somedirectory\This is the filename.doc I need to be able to split the filename from the directory name and end up with just: This is the filename.doc Any pointers in the right direction you can give me?
strrchr()
Cgraz
Much obliged.