Skip to content

Use filepath package to manipulate file paths

Mikhail Mazurskiy requested to merge ash2k/path-filepath into master

Package path should be used to manipulate abstract slash-delimited paths only, not real file paths. filepath is the package to use for this.

Merge request reports