Skip to content

CapacitorAdapter.removeFile method

CapacitorAdapter › removeFile

Unofficial

Remove a file from the internal file listing and trigger events.

Signature:

removeFile(normalizedPath: string): Promise<void>

Parameters:

Parameter Type Description
normalizedPath string The path of the file to remove.

Returns: Promise<void>A promise that resolves when the file is removed from the listing.