Closed 26awen closed 4 years ago
let file = FileDialog(frame, message="choose a file", wildcard=".json").display()
Codes above doesn't make any changes than wittout setting the "wildcard" argument.
The format of wildcard parameter is here: https://khchen.github.io/wNim/wFileDialog.html#setWildcard%2CwFileDialog%2Cstring
Codes above doesn't make any changes than wittout setting the "wildcard" argument.