FilePaths.jl
FilePaths.jl copied to clipboard
Ecosystem Support
A meta issue track which packages will support FilePath types:
- [ ] BSON.jl
- [X] CSV.jl
- [X] DataDeps.jl
- [X] FileIO.jl
- [X] Glob.jl
- [ ] JLD2.jl
- [X] JLSO.jl
- [ ] JSON.jl
- [X] URIParser.jl
- [ ] QueryVerse
- [ ] Pkg
all the QueryVerse parsers, like CSVFile.jl and FeatherFiles.jl etc support FilePath types, right?
Nope. Everybody is restricting things to strings.
https://github.com/queryverse/FeatherFiles.jl/blob/master/src/FeatherFiles.jl#L12