文件操作 - index.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/nodejs/@types/is-windows/index.d.ts
编辑文件内容
// Type definitions for is-windows 1.0 // Project: https://github.com/jonschlinkert/is-windows // Definitions by: Mizunashi Mana <https://github.com/mizunashi-mana> // ExE Boss <https://github.com/ExE-Boss> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /** * Returns `true` if the platform is windows. */ declare function isWindows(): boolean; // Export CJS function export = isWindows; // Export UMD namespace export as namespace isWindows;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件