<!-- Do not edit this file. It is automatically generated by API Documenter. --> [`Vault`](Vault) › [`getFolderByPath`](Vault/getFolderByPath) ## Vault.getFolderByPath() method Get a folder inside the vault at the given path. Returns `null` if the folder does not exist. **Signature:** ```typescript getFolderByPath(path: string): TFolder | null; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | <code>path</code> | <code>string</code> | 1.5.7 | **Returns:** [`TFolder`](TFolder)` | null`