文件操作 - exception.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/yaml-ast-parser/dist/src/exception.d.ts
编辑文件内容
import Mark = require("./mark"); declare class YAMLException { message: string; reason: string; name: string; mark: Mark; isWarning: boolean; private static CLASS_IDENTIFIER; static isInstance(instance: any): instance is YAMLException; getClassIdentifier(): string[]; constructor(reason: string, mark?: Mark, isWarning?: boolean); toString(compact?: boolean): any; } export = YAMLException;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件