Skip to content

Write Text (or Variables) to a File

This action lets you write information to a text file; for example to set initial options for your program or store information about the package’s execution, such as the user’s name or the destination directory. All variables can be stored into the text file (additional settings for your application for example).

Another alternative: replace variables in file

Property NameData TypeDescription
AppendCRLFAtEndBooleanIf true, write the string to the file and add an ‘end of line’ character.
ContentsStringString that should be added to the file. Can accept variables.
FilenameStringPath to the file (text file) that the package should create or modify (the filename does not necessarily require the .txt extension).