dirStat

0.0.2 • Public • Published

dirStat

Run stat on all files in a directory

Examples

var dirStat = require('dirStat').dirStat;
dirStat(__dirname, function (err, results) {
    //results[0].fileName
    //results[0].ctime
}

The results is an array of the files. Each file has the results of stat on that file, as well as as 'fileName' and 'filePath' for identifying the file.

Download

npm install dirStat

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    4
  • 0.0.1
    0

Package Sidebar

Install

npm i dirStat

Weekly Downloads

3

Version

0.0.2

License

none

Last publish

Collaborators

  • aprobus