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:

ParameterTypeDescription
normalizedPathstringnormalized original path.
normalizedNewPathstringnormalized new path.

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