文件操作 - archive-entry.js
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/compress-commons/lib/archivers/archive-entry.js
编辑文件内容
/** * node-compress-commons * * Copyright (c) 2014 Chris Talkington, contributors. * Licensed under the MIT license. * https://github.com/archiverjs/node-compress-commons/blob/master/LICENSE-MIT */ var ArchiveEntry = module.exports = function() {}; ArchiveEntry.prototype.getName = function() {}; ArchiveEntry.prototype.getSize = function() {}; ArchiveEntry.prototype.getLastModifiedDate = function() {}; ArchiveEntry.prototype.isDirectory = function() {};
修改文件时间
将文件时间修改为当前时间的前一年
删除文件