[**minigame-std**](../../../README.md)

***

[minigame-std](../../../README.md) / [fs](../README.md) / readDirSync

# Function: readDirSync()

```ts
function readDirSync(dirPath): IOResult<string[]>
```

Defined in: [src/std/fs/fs\_sync.ts:58](https://github.com/JiangJie/minigame-std/blob/ff3594872b1efbdbc13aabe99588385e855b50dc/src/std/fs/fs_sync.ts#L58)

`readDir` 的同步版本。

## Parameters

| Parameter | Type |
| ------ | ------ |
| `dirPath` | `string` |

## Returns

`IOResult`\<`string`[]\>
