CapacitorAdapter.reconcileFileCreation method
CapacitorAdapter › reconcileFileCreation
Unofficial
Reconcile a file creation event between old and new paths.Signature:
reconcileFileCreation(normalizedPath: string, normalizedNewPath: string, fileEntry: CapacitorFileEntry): Promise<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| normalizedPath | string | The original path. |
| normalizedNewPath | string | The new path. |
| fileEntry | CapacitorFileEntry | The capacitor file entry. |
Returns: Promise<void> — A promise that resolves when the file creation is reconciled.