文件操作 - handler.js
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/MegaRAID Storage Manager/docs/MegaMonitor/wwhelp/wwhimpl/java/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() { // Java has already started loading // May have finished loading before this stage was reached // if (this.mbInitialized) { WWHFrame.WWHHelp.fHandlerInitialized(); } } function WWHHandler_Update(ParamURL) { if (WWHFrame.WWHBrowserInfo.mPlatform != 2) // Shorthand for Macintosh { WWHFrame.WWHNavigationFrame.document.applets[0].updateFavorites(ParamURL); } } function WWHHandler_SyncTOC(ParamURL) { if (WWHFrame.WWHBrowserInfo.mPlatform != 2) // Shorthand for Macintosh { WWHFrame.WWHNavigationFrame.document.applets[0].syncTOC(ParamURL); } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件