The folder browser in SSAS is limited to folders that are explicitly listed in the server's AllowedBrowsingFolders property. For example, when I use the Restore Database dialog box, I can only see the folders I've listed in the property setting, not their subdirectories.
I'm lazy and don't want to have to add every new directory I create to the property. Is there any way to set the property at a parent level and include the subdirectories? I've tried using variations on DOS wildcards ( e.g. E:\SqlData\Olap\ *) but can't find one that works.