WriteFile
Creates a file and writes the given content to it. The file is created in the OutputFiles folder inside the project folder.
Syntax
Sequence.WriteFile
· [data]
· [name]
· [overwrite]
Parameters
- data
- The content of the file.
- name
- The name to give to the created file.
- overwrite
- Whether to overwrite if a file with the same name already exists. Otherwise, a unique number will be appended to the file name.