I have a string:
c:\temp\sak\mat.exe
I am trying to get the following string:
mat.exe

In short anything after the last \.
Is there any way to get this as there are no left or right functions ( atleast I did not find them)
The length of string is not fixed and also the .extension, path.

Any help please
Thanks
Sonali