WxWidgets wxDirDialog

来自泡泡学习笔记
跳到导航 跳到搜索

This dialog shows a directory selector dialog, allowing the user to select one or multiple directories.

if (dialog.ShowModal() == wxID_OK)
{
    ...
}


GetPath()

Returns the default or user-selected path.