lxn / walk

A Windows GUI toolkit for the Go Programming Language
Other
6.83k stars 884 forks source link

commondialogs: do not chdir after file dialog #743

Closed zx2c4 closed 3 years ago

zx2c4 commented 3 years ago

Otherwise a user is unable to delete directories, because the process has chdir'd. Probably changes on global state like this from a UI dialog is not what the programmer wants.

lxn commented 3 years ago

Agreed, thanks!