String Split Job

Hello to all,

I have to create a job in such a way so that when ever i pass any File_Path say : “C:\Program Files\ABC\Sample\File_Name”, so only the “File_Name” what ever it could be get Printed,

Means the last String After the Last \ will get printed on screen…I am able to split the string but not getting logic for loop to print the last String after “\”.

Please suggest me some solution for it.

Thanks & Regards

Pranav Gupta

Can you show us the code?