--- id: "WalkableFileSystem" title: "Interface: WalkableFileSystem" sidebar_label: "WalkableFileSystem" sidebar_position: 0 custom_edit_url: null --- ## Methods ### readdir ▸ **readdir**(`path`): `Promise`<`string`[]\> #### Parameters | Name | Type | | :------ | :------ | | `path` | `string` | #### Returns `Promise`<`string`[]\> #### Defined in [storage/FileSystem.ts:17](https://github.com/run-llama/LlamaIndexTS/blob/5a765aa/packages/core/src/storage/FileSystem.ts#L17) ___ ### stat ▸ **stat**(`path`): `Promise`<`any`\> #### Parameters | Name | Type | | :------ | :------ | | `path` | `string` | #### Returns `Promise`<`any`\> #### Defined in [storage/FileSystem.ts:18](https://github.com/run-llama/LlamaIndexTS/blob/5a765aa/packages/core/src/storage/FileSystem.ts#L18)