Skip to content

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:

ParameterTypeDescription
normalizedPathstringThe original path.
normalizedNewPathstringThe new path.

Returns: Promise<void>A promise that resolves when the internal file change is reconciled.