minigame-std
Version:
Mini Game Standard Development Library.
18 lines (10 loc) • 689 B
Markdown
[**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/fdb22241c47c2e98329a4c62befde728957e03ee/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/fdb22241c47c2e98329a4c62befde728957e03ee/src/std/fs/fs_define.ts#L65) |