mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
612 B
612 B
@tauri-apps/api / fs / FsBinaryFileOption
Interface: FsBinaryFileOption
fs.FsBinaryFileOption
Options object used to write a binary data to a file.
Properties
contents
• contents: Iterable<number> | ArrayLike<number>
The byte array contents.
Defined in
path
• path: string
Path to the file to write.