文件操作 - handler.js
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/MegaRAID Storage Manager/docs/MegaMonitor/wwhelp/wwhimpl/js/scripts/handler.js
编辑文件内容
// Copyright (c) 2000-2001 Quadralay Corporation. All rights reserved. // function WWHHandler_Object() { this.mbInitialized = false; this.fInit = WWHHandler_Init; this.fUpdate = WWHHandler_Update; this.fSyncTOC = WWHHandler_SyncTOC; } function WWHHandler_Init() { WWHFrame.WWHJavaScript.fInit(); } function WWHHandler_Update(ParamURL) { } function WWHHandler_SyncTOC(ParamURL) { WWHFrame.WWHJavaScript.fSyncTOC(ParamURL); }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件