mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 00:21:32 +03:00
58d6b899e2
* feat(api): Add `append` option to writeFile apis. * wording * fmt * Update .changes/fs-append-file.md * clippeeeyyyy
240 B
240 B
@tauri-apps/api | tauri |
---|---|
patch:enhance | patch:enhance |
Add append
option to FsOptions
in the fs
JS module, used in writeTextFile
and writeBinaryFile
, to be able to append to existing files instead of overwriting it.