I need to trim everything preceding the last / in a string. for example if the string were "C:\Files\New\program.exe" all I want is the "program.exe portion.

How would I go about doing this