FileSystemAdapter.reconcileFileCreation method
FileSystemAdapter › reconcileFileCreation
Unofficial
Reconcile file creation.Signature:
reconcileFileCreation(normalizedPath: string, normalizedNewPath: string, stats: Stats): Promise<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| normalizedPath | string | Path to file. |
| normalizedNewPath | string | Path to new file. |
| stats | Stats | Stats object. |
Returns: Promise<void> — A promise that resolves when the file creation is reconciled.