klyn.gui.windows.dialogs.SaveFileDialog.selectedFile
property
public readonly property selectedFile as FilePath:
Description

Destination selected by the last successful invocation, or null.

The dialog never creates this file.

if dialog.showDialog():
print(dialog.selectedFile)