I'm trying to build a simple application with C# and Windows forms in Visual Studio. I want to start by scanning available drives to see if any of them are phones or devices with a DCIM folder with images.
So far, I've found many guides on listing drives on the machine, but I'd like to iterate over them and select which are visible based on that. I'm ok with running PowerShell scripts to get the data if that's the best way - so long as it works in the end.
Additionally, I'm not clear which type of form element would be best to use to show the resulting data. If possible, I want to have the name/path of the found folder listed along with a small graphic showing the device type (somewhat like what the "This PC" view in Windows 10 does.