PyCWnd.DlgDirSelect

string = DlgDirSelect(idListbox)

Retrieves the current selection from a list box. It assumes that the list box has been filled by the PyCWnd::DlgDirList member function and that the selection is a drive letter, a file, or a directory name.

Parameters

idListbox : int

The Id of the listbox.

MFC References

CWnd::DlgDirSelect