API Reference > 0.19.1 > SetupWriter
SetupWriter Class
Writes single or multiple setup files to disk.
Namespace: ArgData
Constructors
| Name | Description |
|---|---|
| SetupWriter() | Initializes a new instance of SetupWriter. |
Methods
| Name | Description |
|---|---|
| WriteMultiple(SetupList setups, String path) | Writes a file containing multiple setups to disk. setups: Setups to save. path: Path to file. Will be created or overwritten. |
| WriteSingle(Setup setup, String path) | Writes a single setup to disk. setup: Setup to save. path: Path to file. Will be created or overwritten. |