Folder structure
The application folder is the root folder for any files that are relevant for ScriptoMate.
app_data.xml |
Contains all global script data, i.e. script data that will be shared across scripts. |
app_settings.xml |
Contains all application level settings. Other settings are part of the script's xml file. |
Bin |
Contains all binary data such as executables and libraries. Click on the folder icon to jump to a detailed view of its content. |
Bin\Core |
Binary data for .NET Core |
Bin\Framework |
Binary data for .NET Franework |
Data |
Contains all data files used in the examples in Xml/Examples. |
Logging |
Contains log files per run |
HowTo |
Contains an Excel file and an Html file containing all built-in actions. The Html version can also be accessed through the Action finder. |
Script source |
Contains external files (C# and IronPython) that are used by the scripting actions. See Action reference for RepeatScript and RunScript. |
Xml |
Contains all Xml data such as examples, files used in the tutorials, components, and templates. Click on the folder icon to jump to a detailed view of its content. |