I've been looking for a way to do this in the docs and google but I
didn't find a way to do this, though I'm sure it is possible.
Thanks.
#include <shellapi.h>
...
TCHAR const* dir = ...;
::ShellExecute( NULL, _T("explore"), dir, NULL, NULL, SW_SHOWNORMAL );
Opening the folders is not currently supported by wx API, we only have
wxLaunchDefaultApplication() which allows you to open the files. Although
maybe wxLaunchDefaultBrowser() might do the right thing, if this would be
more by accident than by design.
Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/