jprichardson / node-klaw

A Node.js file system walker with a Readable stream interface. Extracted from fs-extra.
MIT License
317 stars 41 forks source link

Support file URLs #46

Closed remcohaszing closed 1 year ago

remcohaszing commented 1 year ago

The Node.js fs module supports file URLs where file paths are supported. It would be nice if this package accepts those too.

RyanZim commented 1 year ago

PR welcome!