I use Delphi 7 on Windows 7, I need to open a dialog that allow to choose a directory.
I use SelectDirectory (from unit FileCtrl).
The problem is that I want to navigate through an "unmapped" network directory, like "\\10.0.0.1\Mickey"
.
Is it possible to do this?