Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loosen File and Stream filename type constraints.
Maintaining the same public API (e.g., type constraints on methods remains the same), but allows FilePaths.jl to extend the public methods to work with `AbstractPath`s. This seemed preferrable to depending directly on FilePathsBase or loosening the type constraints on all methods as well.
- Loading branch information