Automated Build Studio Operations - Read/Write Category
The Read/Write category includes the following operations:
| Operation | Description |
| Delete Registry Key or Value | Deletes a key or a value entry from the system registry. |
| File Content Enumerator | Parses the file contents into fragments and then performs child operations for each fragment. |
| Get INI Value | Returns the value of an entry from an INI file. |
| Get Registry Value | Returns the value of an entry from the system registry. |
| If Registry Key or Value Exists | Checks whether a specific key or value exists in the system registry and performs child operations according to the result of the check. |
| INI File Enumerator | Obtains a collection of sections in an INI file or a collection of values in a specified INI file section and then performs child operations for each section or value in the collection. |
| Read From File | Reads entire data from a file to a specified variable. |
| Set INI Value | Sets the value of an entry in an INI file. |
| Set Registry Value | Sets the value of an entry in the system registry. |
| Write to File | Writes the variable value to a specified file. |