文件操作 - rng.js
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/atom/resources/app/apm/node_modules/npm/node_modules/uuid/lib/rng.js
编辑文件内容
// Unique ID creation requires a high quality random # generator. In node.js // this is pretty straight-forward - we use the crypto API. var crypto = require('crypto'); module.exports = function nodeRNG() { return crypto.randomBytes(16); };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件