文件操作 - handler.js
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/MegaRAID Storage Manager/docs/MegaMonitor/wwhelp/wwhimpl/common/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() { this.mbInitialized = true; WWHFrame.WWHHelp.fHandlerInitialized(); } function WWHHandler_Update(ParamURL) { } function WWHHandler_SyncTOC(ParamURL) { var DocumentURL; // Switch to frameset with navigation // DocumentURL = WWHFrame.WWHHelp.fGetBookFileHREF(ParamURL); WWHFrame.WWHSwitch.fExec(false, WWHFrame.WWHHelp.mHelpURLPrefix + "/wwhelp/wwhimpl/common/html/wwhelp.htm?href=" + WWHStringUtilities_RestoreEscapedSpaces(DocumentURL)); }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件