0.0.2 • Published 10 years ago

file-schedule-delete v0.0.2

Weekly downloads
1
License
-
Repository
-
Last release
10 years ago

Node-File-Delete

Node.js Delete File Function

#Installation

npm install file-schedule-delete

How to use it

var schedule = require('file-schedule-delete');

………………

schedule.deleteFileSync(absolutePath, ms, function(err, data){
        if(err) throw err;
        //TODO: handle params data
});

Params

  • absolutPath: you can choose a file path or a directory path.
  • ms: interval time for auto delete file.
  • callback: return error info for the first param.
0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago