表盘 APIhmFS 文件系统模块remove版本:v3.xremove删除文件类型(path: string) => result参数path说明必填类型默认值删除的文件路径是string-result说明类型操作结果,0 表示成功number代码示例const result = hmFS.remove('path/to/test_file.txt')console.log(result)