wxEuphoria - file_selector - multiple files selected
- Posted by engayola Nov 29, 2010
- 1455 views
Hello. I need to load multiple files selected. The following line of code should make this multiple selection.
file = file_selector( 0, "Abrir", {"","","","algo (*.*)|*.*"}, wxOPEN + wxMULTIPLE)
However, the sequence "file" brings a single. Can someone help? Thank you very much. Greetings. Marcelo