How to Open a Dialog Box and Select a File Like file.choose() in Julia
Code 1
using Gtk
file_name = open_dialog("파일 열기")
The string given as the first argument is the title of the dialog. When executed, you can see a ‘Open File’ dialog popping up like this.
Environment
- OS: Windows
- julia: v1.6.0