minigame-std
Version:
Mini Game Standard Development Library.
26 lines (15 loc) • 498 B
Markdown
[**minigame-std**](../../../README.md)
***
[minigame-std](../../../README.md) / [fs](../README.md) / emptyDirSync
# Function: emptyDirSync()
```ts
function emptyDirSync(dirPath): VoidIOResult
```
Defined in: [src/std/fs/fs\_sync.ts:150](https://github.com/JiangJie/minigame-std/blob/fdb22241c47c2e98329a4c62befde728957e03ee/src/std/fs/fs_sync.ts#L150)
`emptyDir` 的同步版本。
## Parameters
| Parameter | Type |
| ------ | ------ |
| `dirPath` | `string` |
## Returns
`VoidIOResult`