I like to save a file with the SaveDialog.
I open the dialog and chose a child directory.
But the file is always stored in the App directory.
The filename is for instance Test.sqlite
With argument from the SaveDialog should I use for saving the file in the chosen Path.
It must be run on the Apple and the Windows platform.
[quote=213835:@Hans Riemers]I like to save a file with the SaveDialog.
I open the dialog and chose a child directory.
But the file is always stored in the App directory.
The filename is for instance Test.sqlite
With argument from the SaveDialog should I use for saving the file in the chosen Path.
It must be run on the Apple and the Windows platform.[/quote]
You should post your code.
Did you used SaveAsDialog and fills the InitialDirectory as showed in the example ?
BTW: What is the App directory ?
Also: on Windows ?