ryanmcgrath / wrench-js

Recursive file operations in Node.js
MIT License
435 stars 71 forks source link

Get full path instead of just filename in readdirSyncRecursive? #98

Closed laggingreflex closed 9 years ago

laggingreflex commented 9 years ago

Is there a way to get the full path of the filenames returned? I figure you could always get the filename from the path but is there a way to get the path? If not could this be a feature request?

laggingreflex commented 9 years ago

Oh nevermind, it is full path, just relative to the dir.