文件操作 - confbox.9745c98f.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/confbox/dist/shared/confbox.9745c98f.d.ts
编辑文件内容
interface FormatOptions { /** * A String or Number object that's used to insert white space into the output JSON string for readability purposes. * * When provided, identation won't be auto detected anymore. */ indent?: string | number; /** * Set to `false` to skip indentation preservation. */ preserveIndentation?: boolean; /** * Set to `false` to skip whitespace preservation. */ preserveWhitespace?: boolean; /** * The number of characters to sample from the start of the text. * * Default: 1024 */ sampleSize?: number; } export type { FormatOptions as F };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件