Readdir return full path

Just to let people know this is part of Base now:

readdir(dir::AbstractString=pwd();
      join::Bool = false, # <-- HERE
      sort::Bool = true,
  ) -> Vector{String}
4 Likes