A
Arjen
Hello,
I have a string like this:
~/Uploads/18/MyImage.png
Now I only need the directory like this:
~/Uploads/18/
What's the best way to do this?
Or how can I do this in C#?
Thanks!
I have a string like this:
~/Uploads/18/MyImage.png
Now I only need the directory like this:
~/Uploads/18/
What's the best way to do this?
Or how can I do this in C#?
Thanks!