Automate

Automate

Make your phone or tablet smarter with automation

Get it on Google Play

File write

An action block that write or append content to a file.

The fiber will pause until the file has been saved.

Input arguments

  • Content — content written to file.
  • File — path to destination file.
  • Charsetcharset used for written text, ignored when decoding, default is UTF-8.
  • Decode — decode content encoded by hexEncode or base64Encode into binary data, ignoring charset, default is no decoding, i.e. save as text.
  • Append — whether to append content to the end of an existing file, instead of overwriting it.
Note! This documentation is also accessible within the app from Help & feedback menu.