Skip to content

FileSystemAdapter.listRecursiveChild method

FileSystemAdapter › listRecursiveChild

Unofficial

Helper function for listRecursive 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.