Get active sysimage

Is there a way to get the path of the active sysimage?

julia> Base.JLOptions().image_file |> unsafe_string
"/Applications/Julia-1.5.app/Contents/Resources/julia/lib/julia/sys.dylib"
5 Likes

Merci!