CapacitorAdapterFs.append method
CapacitorAdapterFs › append
Unofficial
Append text data to a file.Signature:
append(realPath: string, data: string): Promise<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| realPath | string | Real file system path. |
| data | string | Text data to append. |
Returns: Promise<void> — A promise that resolves when the data is appended. To extract the constructor type, use ExtractConstructor<CapacitorAdapterFs>.