文件操作 - thenable.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/vscode-jsonrpc/typings/thenable.d.ts
编辑文件内容
/* -------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------ */ interface Thenable<T> extends PromiseLike<T> { }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件