文件操作 - utils.js
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/clipboardy/node_modules/get-stream/source/utils.js
编辑文件内容
export const identity = value => value; export const noop = () => undefined; export const getContentsProp = ({contents}) => contents; export const throwObjectStream = chunk => { throw new Error(`Streams in object mode are not supported: ${String(chunk)}`); }; export const getLengthProp = convertedChunk => convertedChunk.length;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件