FileSystemAdapter.reconcileFileInternal method
FileSystemAdapter › reconcileFileInternal
Unofficial
Reconcile an internal file change between old and new paths.Signature:
reconcileFileInternal(normalizedPath: string, normalizedNewPath: string): Promise<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| normalizedPath | string | The original path. |
| normalizedNewPath | string | The new path. |
Returns: Promise<void> — A promise that resolves when the internal file change is reconciled.