rofinn / FilePaths.jl

A type based approach to working with filesystem paths in julia
Other
81 stars 14 forks source link

Similar package for URI/URL handling #37

Open femtotrader opened 5 years ago

femtotrader commented 5 years ago

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

rofinn commented 5 years ago

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