FilePaths.jl
FilePaths.jl copied to clipboard
Re-Export FilePathsBase /
It would be convenient for end user if the / was reexported from FilePathsBase to allow for a simple using FilePaths
to be used in a script or notebook. Is there a technical reason this is not already done?
Well there isn't anything to reexport because FilePathsBase doesn't export /
anymore. I'll direct you to a similar issue raised on FilePathsBase for why /
isn't exported anymore.
https://github.com/rofinn/FilePathsBase.jl/issues/157
I'm not sure how likely it is that you wouldn't have FilePathsBase loaded as an explicit dependency, but I suppose we could support using FilePaths: /
?