CapacitorAdapterFs.open method
CapacitorAdapterFs › open
Unofficial
Open a file using the native platform handler.Signature:
open(realPath: string): Promise<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| realPath | string | File path to open. |
Returns: Promise<void> — A promise that resolves when the file is opened.