Hello !
I am currently working on a project that requires file and folder management.
I use the FolderBrowserDialog method which works fine, only I get stuck when I want to select an archived or zipped folder with the file explorer window generated by the FolderBrowserDialog method.
There is no filter or extension related to zipped or archived folders that can be added so that they are visible by the file explorer (or I haven’t found one), does anyone know a way to be able to select these types of folders without changing the method?
Thank you very much!
Lyawii