minigame-std
Version:
Mini Game Standard Development Library.
28 lines (16 loc) • 485 B
Markdown
[**minigame-std**](../../../README.md)
***
[minigame-std](../../../README.md) / [fs](../README.md) / removeSync
# Function: removeSync()
```ts
function removeSync(path): VoidIOResult
```
`remove` 的同步版本。
## Parameters
| Parameter | Type |
| ------ | ------ |
| `path` | `string` |
## Returns
`VoidIOResult`
## Defined in
[src/std/fs/fs\_sync.ts:76](https://github.com/JiangJie/minigame-std/blob/8633d80114dee6c79033ec094d8233bd8263bedc/src/std/fs/fs_sync.ts#L76)