FilePaths.jl
FilePaths.jl copied to clipboard
Similar package for URI/URL handling
Hi,
this is probably out of the scope of this package... but improving URI/URL handling is probably something to consider.
See discussion at https://discourse.julialang.org/t/join-parts-of-a-url-joinpath/12441/12 about joinpath
for URL.
Kind regards
Maybe? We currently support converting arbitrary file path types to URI types by calling URI(p"s3://mybucket/foo/bar")
.