I want to get the file name resides under a specified folder.
i.e. there is a file stored under two folders First\Second\test.txt
I want have the path of the parent directory of file that is First\Second\
in my program. Now I want to get the file name residing under the directory "Second" using code.
Please help me.