ShowSaveFileDialog

XOJO 2021r1.1 / Windows 11
In my app the filename of the file to be saved is written in a TextField by the user.
This name I use for the ShowSaveFileDialog.
Doing a ShowSaveFileDialog it is still possible to change the name of this file in this dialog.
Is it possible to prevent changing the name in the ShowSaveFileDialog ?
Or in a SaveFileDialog ?
Thanks

Regards

If you don’t allow the user to change the file name, Use a SelectFolder dialog instead.

1 Like

Ok.
Thanks