Skip to content

CapacitorAdapter.open method

CapacitorAdapter › open

Unofficial

Open a file using the native device handler.

Signature:

open(normalizedPath: string): Promise<void>

Parameters:

Parameter Type Description
normalizedPath string The path to the file to open.

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