public readonly property selectedFiles as IList<FilePath>:
Files selected by the last successful dialog invocation.
The list is empty after cancellation and before the first invocation.
if dialog.showDialog(): print(dialog.selectedFiles[0])