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:

ParameterTypeDescription
realpathstringThe real (device) path of the file.
normalizedPathstringThe normalized vault path key.
statStatThe new file stats.

Returns: void