klyn.gui.windows.dialogs.OpenFileDialog.selectedFiles
property
public readonly property selectedFiles as IList<FilePath>:
Description

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])