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.
Maintains 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 preferable to depending directly on FilePathsBase or loosening the type constraints on all methods.
- Loading branch information