There should be a FileChooser component in the walk GUI Toolkit, but I am unable to find it. Can someone point me to the right class?
Given the SDK documentation, the commondialogs.go of the walk toolkit supplies a FileDialog: https://github.com/lxn/walk/blob/master/commondialogs.go
(search for "FileDialog" to find the struct)