Skip to content

FileSystemAdapter.reconcileFileCreation method

FileSystemAdapter › reconcileFileCreation

Unofficial

Reconcile file creation.

Signature:

reconcileFileCreation(normalizedPath: string, normalizedNewPath: string, stats: Stats): Promise<void>

Parameters:

ParameterTypeDescription
normalizedPathstringPath to file.
normalizedNewPathstringPath to new file.
statsStatsStats object.

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