Skip to content

DataAdapterEx.reconcileFolderCreation method

DataAdapterEx › reconcileFolderCreation

Unofficial

Reconcile a folder creation between old and new paths.

Signature:

reconcileFolderCreation(normalizedPath: string, normalizedNewPath: string): Promise<void>

Parameters:

Parameter Type Description
normalizedPath string normalized original path.
normalizedNewPath string normalized new path.

Returns: Promise<void>A promise that resolves when the folder creation is reconciled.