wxFilePickerCtrl

wxFilePickerCtrl

This control allows the user to select a file. The generic implementation is a button which brings up a wxFileDialog when clicked. Native implementation may differ but this is usually a (small) widget which give access to the file-chooser dialog.

Creation Parameters

You can use wxEVT_COMMAND_FILEPICKER_CHANGED along with get_filedirpicker_event_path.

Functions/Procedures
Supertopics

wxFilePickerCtrl

[func]
get_filepicker_path
( atom picker )

Category: wxFilePickerCtrl

Returns the absolute path of the currently selected file.


wxFilePickerCtrl

[proc]
set_filepicker_path
( atom picker, object path )

Category: wxFilePickerCtrl

Sets the absolute path of the currently selected file. This must be a valid file if the wxFLP_FILE_MUST_EXIST style was given.