hey
i am gettin values for a variable.
These values are paths to a file such
C:\temp\temp2\a_folder\file.txt
or
C:\temp\temp2\temp3\temp4\a_folder4\file.txt
I need to get the last part of the path after the last backslash, i.e., the file name...
does anyone know what the best way to do this is?