For scripting I intend to use the SelectFoldersDialog method and played around with the selection dialogue sample.
A "+" marks the selected folder(s) in the dialogue
The method returns IMFolders - containing one or multiple IMFolder depending on the "AllowMultiel" parameter.
That works - so far so good.
A further click marks a folder with a "++" for recursive use. I understand "recursive use" includes the subdirectories (if there are any). So I expect the method returning IMFolders containing the selected folder plus subfolders - but the method returns the selected folder only not the subfolder(s).
Is my expectation wrong or is this a bug?