Hi;
I got a string like this
X:\program file\myfolder1\myFolder2\myfile.dat
I need to extract myfile.dat out of this using C#. In VB, there is a nice instrRev method that allowed me to march backward from end of string. Is there something similar in C#
Thansk
I got a string like this
X:\program file\myfolder1\myFolder2\myfile.dat
I need to extract myfile.dat out of this using C#. In VB, there is a nice instrRev method that allowed me to march backward from end of string. Is there something similar in C#
Thansk