Closed
Description
在什么情况下你需要该特性?In what scenarios do you need this feature?
插件系统需要卸载插件,移除本地的插件文件。
描述可能的最优解决方案 Describe the optimal solution
/api/file/removeFile,参数{ path: string, recursive: boolean, includeFolder: boolean }
描述候选的解决方案 Describe the candidate solution
No response
其他信息 Other information
No response
Metadata
Metadata
Assignees
Type
Projects
Relationships
Development
No branches or pull requests
Activity
[-][Feature Request] Request for remove file API[/-][+]提供删除文件 API[/+]🎨 提供删除文件 API Fix #7678
88250 commentedon Mar 15, 2023
这里只传一个 path 就行了,如果传入的是文件夹路径,自动递归删除。
removeFile
API Hi-Windom/Sillot#313