I am trying to select multiple files in a file chooser and put the paths in a list using....
it works fine if you select at least one file but if you cancel select it crashes. How can I load the paths in the list and deal with user cancels select??
Sorry if I have missed the obvious(again).....
B4X:
myList.AddAll(fc.ShowOpenMultiple(MainForm))
Sorry if I have missed the obvious(again).....