11-18-2022, 12:25 AM
(11-17-2022, 05:09 PM)bplus Wrote: Looks like the Open Dialog always starts where you last opened a file.
Is there a way to start in a set Folder? My Shortcut Properties Startup Folder no longer works.
_OpenFileDialog$does actually have support for opening in a particular folder, QB64-PE just isn't passing it. I just tested it and we can likely fix that in the next release so that it opens to whatever folder you started QB64-PE from.
For the Save dialog, we already have
_SaveFileDialog$support so we can definitely do it. It was looking a bit complicated to change though and we wanted to get the fixes for the all the dialog stuff out so we opted to skip it for now.