Get the path of a folder inside a folder

Hello,

I am trying to get the path of a folder within a folder.
The first folder I have the path of but the folder inside that folder I need to get, there will only be one folder inside all the time.

How can I make such a sequence to get me that path?

@dvn Try using this :
strArray = Directory.GetDirectories(yourFolderPath)

4 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.