npm / fstream

Advanced FS Streaming for Node
ISC License
208 stars 43 forks source link

add options.hardlinks boolean for treating hardlinks as Link or File #17

Closed max-mapper closed 10 years ago

max-mapper commented 10 years ago

now you can do:

var reader = fstream.Reader({type: "Directory", path: folder, hardlinks: false})

and the entries for hardlinks won't come out as Link but instead as File

isaacs commented 10 years ago

Land push upgrade so npm much pull requesting! Thanks!