文件操作 - hidden.js
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/i2kplay/public_html/wp-content/plugins/wp-file-manager/lib/js/commands/hidden.js
编辑文件内容
/** * @class elFinder command "hidden" * Always hidden command for uiCmdMap * * @author Naoki Sawada **/ elFinder.prototype.commands.hidden = function() { "use strict"; this.hidden = true; this.updateOnSelect = false; this.getstate = function() { return -1; }; };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件