halildurmus / filepicker_windows

File and directory picker for Windows that uses common dialog controls.
BSD 3-Clause "New" or "Revised" License
69 stars 19 forks source link

Add support for specifying the default/initial directory #23

Closed amarland closed 1 year ago

amarland commented 1 year ago

This adds nullable property initialDirectory of type String to FileDialog, making it possible to set the default directory for file pickers.

This also updates the wallpaper example to have its file picker open the "Pictures" folder by default.

I would like to point out that I have no experience writing native code, and while I tried my best to "imitate" the existing code, adjustments might need to be made.

Closes #3

halildurmus commented 1 year ago

Thank you for your contribution!