<@U25PL0SKY> `chooseDirectory` is now committed. I...
# tornadofx
e
@jchildress
chooseDirectory
is now committed. It has an optional
initialDirectory
parameter. For
chooseFile
I can't add it without breaking backwards compatibility, but you can just do
chooseFile(...) { initialDirectory = dir }
do configure it though. Let me know how it works, ok?