glob-parent
glob-parent copied to clipboard
fix: support windows path with drive or unc volume
This PR is to fix the issue #63 by separating a drive or a UNC volume from a path string before extracting and combines it after extracting. And this PR adds replacement of continuous slashes to single slash in a path string.
Closes #63
@sttk should your latest commit be a separate PR since it might be considered breaking?
@phated I've removed the commit about the last dot and created new PR #66 for it.