Skip to content

CapacitorAdapter.reconcileFileChanged method

CapacitorAdapter › reconcileFileChanged

Unofficial

Reconciles a changed file against the in-memory file listing, updating its metadata.

Signature:

reconcileFileChanged(realpath: string, normalizedPath: string, stat: Stat): void

Parameters:

Parameter Type Description
realpath string The real (device) path of the file.
normalizedPath string The normalized vault path key.
stat Stat The new file stats.

Returns: void