You could use
include.(filter(contains(r".jl$"), readdir(dir; join=true)))
which lists the absolute pathes of all files in dir, filters for files with end with .jl and includes them one by one.
You could use
include.(filter(contains(r".jl$"), readdir(dir; join=true)))
which lists the absolute pathes of all files in dir, filters for files with end with .jl and includes them one by one.