You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like your project, and I'm trying to use it in one of my projects. Is there a possibility to add sorting function to the options, so the result will be sorted by it ? I'd like to have the file system sorted case insensitively.
I think that there will be only slight change in your code to allow that - just allow to pass function from options to the list.sort
Hi,
I like your project, and I'm trying to use it in one of my projects. Is there a possibility to add sorting function to the options, so the result will be sorted by it ? I'd like to have the file system sorted case insensitively.
I think that there will be only slight change in your code to allow that - just allow to pass function from
options
to thelist.sort
https://github.com/fshost/node-dir/blob/master/lib/readfilesstream.js#L86
Thank you.
The text was updated successfully, but these errors were encountered: