文件操作 - vbscript.bflang2
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/bluefish/bflang/vbscript.bflang2
编辑文件内容
<?xml version="1.0"?> <!-- Bluefish HTML Editor vbscript.bflang2 $Revision: 4745 $ Copyright (C) 2008,2009 Olivier Sessink, Alex Bodnaru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. --> <!DOCTYPE bflang [ <!ENTITY all-vbscript SYSTEM "all-vbscript.bfinc"> ]> <bflang name="VBScript" version="3" contexts="5" matches="101"> <header> <mime type="application/x-vbscript"/> <option name="load_reference" default="1"/> <option name="load_completion" default="1"/> <option name="show_in_menu" default="1"/> <highlight name="attribute-string" style="string-no-spell-check" /> <highlight name="vbs-string" style="string" /> <highlight name="vbs-type" style="type" /> <highlight name="vbs-brackets" style="brackets" /> <highlight name="vbs-keyword" style="keyword" /> <highlight name="vbs-value" style="value" /> <highlight name="vbs-function" style="function" /> <highlight name="vbs-comment" style="comment" /> <highlight name="vbs-variable" style="variable" /> </header> <properties> <comment id="cm.vbcomment" type="line" start="'" /> <comment id="cm.vbremcomment" type="line" start="rem " /> </properties> <definition> <context symbols=" ():\"\\',><*+=-/_	 ." commentid_block="none" commentid_line="cm.vbcomment"> &all-vbscript; </context> </definition> </bflang>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件