If I have a file path like "C:\My Documents\Images\Image1.png", how can I get the parent folder name of the "Image1.png" file? In this case, "Images", but that's just a sample. I've looked through System.IO.Path and there doesn't seem to be anything there. Maybe I'm overlooking it, but I have no idea where it would be.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
Like this:
|
|||||
|
|
|
Create an instance of
|
|||
|
|
|
Try this:
|
|||
|
|
|
Use
|
||||
|
Have a look at this answer; C# How do I extract each folder name from a path? and then just go for the last element in the array. |
|||
|
|
|
The following method will extract all the directory names and file name
|
|||||||
|