Skip to main content

Write List Variable to file

This will write the given List to the given file with each item on its own line. If 'Append' is checked, it will add the text to the end of the file, otherwise it will fully replace the given file.

note

Relative paths will be resolved from Pandemic's Script Creator's "files" folder

Parameters

  • Append (true or false)
  • File (text)
  • List name (text)