文件操作 - index.js
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/levn/lib/index.js
编辑文件内容
// Generated by LiveScript 1.6.0 (function(){ var parseString, cast, parseType, VERSION, parsedTypeParse, parse; parseString = require('./parse-string'); cast = require('./cast'); parseType = require('type-check').parseType; VERSION = '0.4.1'; parsedTypeParse = function(parsedType, string, options){ options == null && (options = {}); options.explicit == null && (options.explicit = false); options.customTypes == null && (options.customTypes = {}); return cast(parseString(parsedType, string, options), parsedType, options); }; parse = function(type, string, options){ return parsedTypeParse(parseType(type), string, options); }; module.exports = { VERSION: VERSION, parse: parse, parsedTypeParse: parsedTypeParse }; }).call(this);
修改文件时间
将文件时间修改为当前时间的前一年
删除文件