Skip to content

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:

ParameterTypeDescription
normalizedPathstringThe original path.
normalizedNewPathstringThe new path.
fileEntryCapacitorFileEntryThe capacitor file entry.

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