Question
Finding and eliminating strings
I have a variable that returns something like this :
c:\folder\subfolder\subfolder-1\file_name
How would I eliminated everything up to the last "\" so that I only get the file_name ?
How would I eliminated everything up to the last "\" so that I only get the file_name ?
