Skip to content

CapacitorAdapter.listRecursiveChild method

CapacitorAdapter › listRecursiveChild

Unofficial

Helper function for listRecursive reads children of directory.

Signature:

listRecursiveChild(normalizedPath: string, child: FileEntry): Promise<void>

Parameters:

Parameter Type Description
normalizedPath string Path to directory.
child FileEntry The file entry child.

Returns: Promise<void>A promise that resolves when the child is listed.