WriteBase64
Creates a binary file from a base64 string. The file is created in the OutputFiles folder inside the project folder.
Syntax
Sequence.WriteBase64
· [data]
· [name]
· [overwrite]
Parameters
- data
- The base64 string representing the target file's binary data.
- 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.