文件操作 - common.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/@nodelib/fs.walk/out/readers/common.d.ts
编辑文件内容
import type { FilterFunction } from '../settings'; import type Settings from '../settings'; import type { Errno } from '../types'; export declare function isFatalError(settings: Settings, error: Errno): boolean; export declare function isAppliedFilter<T>(filter: FilterFunction<T> | null, value: T): boolean; export declare function replacePathSegmentSeparator(filepath: string, separator: string): string; export declare function joinPathSegments(a: string, b: string, separator: string): string;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件