I have a string value which is /Images/She.jpg
. I want only the part after the /images/
i.e She.jpg
. How to extract that part into a string?
string filename = System.IO.Path.GetFileName("/Images/She.jpg");
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With