文件名称:pruneold:从目录中修剪旧文件,使文件夹保持最大大小
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-19 03:03:46
JavaScript
修剪过的 从目录中删除旧文件,使文件夹保持最大大小。 这对于实现文件系统缓存很有用 var pruneold = require ( 'pruneold' ) pruneold ( '/path/to/a/folder' , 10 * 1024 , // max size in bytes function ( err ) { // this will called after the pruning } ) 致谢 该项目由赞助。 执照 麻省理工学院
【文件预览】:
pruneold-master
----test.js(2KB)
----pruneold.js(1KB)
----.travis.yml(71B)
----LICENSE(1KB)
----README.md(539B)
----.gitignore(526B)
----package.json(919B)