- wxFileCtrl
- Create
Create function for two-step construction.
- GetDirectory
Returns the current directory of the file control (i.e.
- GetFilename
Returns the currently selected filename.
- GetFilenames
Fills the array filenames with the filenames only of selected items.
- GetFilterIndex
Returns the zero-based index of the currently selected filter.
- GetPath
Returns the full path (directory and filename) of the currently selected file.
- GetPaths
Fills the array paths with the full paths of the files chosen.
- GetWildcard
Returns the current wildcard.
- SetDirectory
Sets(changes) the current directory displayed in the control.
- SetFilename
Selects a certain file.
- SetFilterIndex
Sets the current filter index, starting from zero.
- SetWildcard
Sets the wildcard, which can contain multiple file types, for example: "BMP files (*.bmp)|*.bmp|GIF files (*.gif)|*.gif".
- ShowHidden
Sets whether hidden files and folders are shown or not.