This may be a solution:
https://discourse.julialang.org/t/choose-a-file-interactively/
dir = open_dialog("Select Folder", action=GtkFileChooserAction.SELECT_FOLDER)
from here:
https://github.com/JuliaGraphics/Gtk.jl
I don’t know if this works for macs.