Closed vasyl-shumskyi closed 5 years ago
It would be cool to have date property as well. mtime will be best choice I think.
date
mtime
Added in 2.2.0. Use attributes prop.
attributes
const dirTree = require('directory-tree'); const filteredTree = dirTree('/some/path', { attributes: ['mtime'] });
Thanks, @meta-exception !
It would be cool to have
date
property as well.mtime
will be best choice I think.