FilePaths.jl icon indicating copy to clipboard operation
FilePaths.jl copied to clipboard

Similar package for URI/URL handling

Open femtotrader opened this issue 5 years ago • 1 comments

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

femtotrader avatar Jun 25 '19 10:06 femtotrader

Maybe? We currently support converting arbitrary file path types to URI types by calling URI(p"s3://mybucket/foo/bar").

rofinn avatar Aug 01 '19 17:08 rofinn