This should work:
open_dialog("Choose Data File", parent_window, ["*.csv"]; start_folder = pwd()) do filename
global data_file_path = filename
println("$data_file_path")
end
I will add this to the documentation.
This should work:
open_dialog("Choose Data File", parent_window, ["*.csv"]; start_folder = pwd()) do filename
global data_file_path = filename
println("$data_file_path")
end
I will add this to the documentation.