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

***

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

# Interface: StatOptions

Defined in: [src/std/fs/fs\_define.ts:61](https://github.com/JiangJie/minigame-std/blob/ff3594872b1efbdbc13aabe99588385e855b50dc/src/std/fs/fs_define.ts#L61)

Options for stat operations.

## Properties

| Property | Type | Description | Defined in |
| ------ | ------ | ------ | ------ |
| <a id="recursive"></a> `recursive` | `boolean` | Whether to recursively read the contents of directories. | [src/std/fs/fs\_define.ts:65](https://github.com/JiangJie/minigame-std/blob/ff3594872b1efbdbc13aabe99588385e855b50dc/src/std/fs/fs_define.ts#L65) |
