PyCComboBox.Dir

int = Dir(attr, wild )

Fills the list portion of a combobox with a directory listing.

Parameters

attr : int

The attributes of the files to locate

wild : string

A file specification string - eg, *.*

MFC References

CComboBox::Dir

Return Value

The index of the last file name added to the list.