文件操作 - index.js
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/atom/resources/app/apm/node_modules/lcid/index.js
编辑文件内容
'use strict'; var invertKv = require('invert-kv'); var all = require('./lcid.json'); var inverted = invertKv(all); exports.from = function (lcidCode) { if (typeof lcidCode !== 'number') { throw new TypeError('Expected a number'); } return inverted[lcidCode]; }; exports.to = function (localeId) { if (typeof localeId !== 'string') { throw new TypeError('Expected a string'); } return all[localeId]; }; exports.all = all;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件