DataAdapterEx.reconcileFile method
DataAdapterEx › reconcileFile
Unofficial
Reconcile a file.Signature:
reconcileFile(normalizedPath: string, normalizedNewPath: string, shouldSkipDeletionTimeout?: boolean | undefined): Promise<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| normalizedPath | string | normalized path to file. |
| normalizedNewPath | string | normalized new path to file. |
| shouldSkipDeletionTimeout? | boolean | undefined | whether the deletion timeout should be skipped - applies only to {@link DataAdapterEx.reconcileDeletion}. |
Returns: Promise<void> — A promise that resolves when the file is reconciled.