Sorry if this is a repeated common question, lack of Search etc.
I have a file path set as a string for example:
c:Documents and settingsdesktopjezzareport.csv
I am just trying to get the file name report.csv. What is the code to hunt through the original string to find the last so that I can just get the value report.csv. I seem to remeber it uses the right, left and len functions and have seen it in the forum before.