FileSystemAdapter.listRecursiveChild method
FileSystemAdapter › listRecursiveChild
Unofficial
Helper function forlistRecursive reads children of directory. Signature:
listRecursiveChild(normalizedPath: string, child: string): Promise<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| normalizedPath | string | Path to directory. |
| child | string | File entry. |
Returns: Promise<void> — A promise that resolves when the child is listed.