Takayuki Sato
Takayuki Sato
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...
This PR modifies based on #64. The current `glob-parent` returns `'/.'` from `'/./*'` in the result path.. I've modified it to return `/'` by removing last '.' Similarly, I've modified...
This PR is to fix the issue #51. This PR modifies `isEnclosure` function to ignore enclosures if they are escaped. (fixes #51)