Quote Originally Posted by Kantalope
Does that mean that the things selected get tossed into an array?
Not quite, they are put into a collection rather than an array. The pluralization of SelectedItems is an indication that it is a collection ( a la Worksheets Vs. Worksheet).

What exactly does your procedure need to do once the user has selected a directory? I can't really tell from your posts?