[Gambas-user] Setting path in Dialog
Rolf-Werner Eilert
eilert-sprachen at ...221...
Tue Jan 19 18:11:02 CET 2016
Want to set a filename and ask the user to confirm name and directory:
Dialog.Path = Dateiname$
Dialog.Filter = ["*.frm", "Formulare", "*", "Alle Dateien"]
If Dialog.SaveFile() Then Return
When Save Dialog appears, it fills in the name of the File (base name
and extension), but it sets the Directory List above to the application
path and not the path contained in Dateiname$.
How can I set the directory?
Regards
Rolf
More information about the User
mailing list