DataAdapterEx.listRecursive method
DataAdapterEx › listRecursive
Unofficial
Generatesthis.files for specific directory of the vault Signature:
listRecursive(normalizedPath: string): Promise<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| normalizedPath | string | The path to list recursively. |
Returns: Promise<void> — A promise that resolves when the recursive listing is complete.