Watchface APIhmFS File System ModuleremoveVersion: v3.xremoveDelete fileType(path: string) => resultParameterspathDescriptionRequiredTypeDefaultDeleted file pathyesstring-resultDescriptionTypeThe result of the operation, 0 means successnumberCode exampleconst result = hmFS.remove('path/to/test_file.txt')console.log(result)