sqweek / dialog

Simple cross-platform dialog API for go-lang
ISC License
493 stars 76 forks source link

win: specifying the initial directory #59

Closed secondarykey closed 3 years ago

secondarykey commented 3 years ago

Thanks for the useful package!

I implemented it so that the initial directory can be specified.(DirectoryBuilder)

Added callback function to set when DirectoryBuilder.StartDir is specified. "BFFM_*" constants should be in the w32 package,but it was difficult(fork repository) so I wrote it once.

I tried to implement DirectoryBuilder.SetStartDir(), but please delete it if it interferes with other OS.

(Please excuse my poor English.

sqweek commented 3 years ago

Thanks again @secondarykey! Sorry this took so long, work got real busy there for a few weeks.

secondarykey commented 3 years ago

Thank you for merging. It was fast enough.There are times when Everyone is busy.