Select Directory Dialog?



I was searching for this on the net and here.

All I need is a dialog, where I can pass a default seletion to it, and
get the result when OK is clicked.

The SelectDirectory is not suitable, as one shows a list of files to
etc... another does not get the default directory.
There are some components which can select a directory, but I need some
way to select a drive too.
I found some examples using SHBrowseForFolder, but still nothing which
does what I need.
- and I dont believe that I am the only one looking for this.

mystring := 'c:\someplace'; // default
if ok_clicked then
mystring = selected place...

The best I can think of is the DFS components.

Sonnich

.