mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
576 B
576 B
@tauri-apps/api / fs / FsTextFileOption
Interface: FsTextFileOption
fs.FsTextFileOption
Options object used to write a UTF-8 string to a file.
Properties
contents
contents: string
The UTF-8 string to write to the file.
Defined in
path
path: string
Path to the file to write.