I am having a situation here... I have a value like this in a variable like this
var getfile ="C:\Users\rohithkk\documents\visual studio 2010\Projects\jstree3\jstree3\UploadedFiles\30102014214816202_JST.ods"
Here i want to get the value like this "30102014214816202_JST.ods" is there any way to do it in c#?
Thanks