I have a folder. The folder has multiple folders in it, each folder has an image in it. Like this:
Main Folder>Subfolder 1>Picture 1
Main Folder>Subfolder 2>Picture 2
etc.
I'm looking to select the main folder using FolderBrowserDialog
, and somehow display all the Pictures in the sub folders (Picture 1, Picture 2, etc.) Is this possible with FolderBrowserDialog?
If not, how could i go about doing this? Thanks