| 120 | } |
| 121 | |
| 122 | void BoxedApp::createAutomation() { |
| 123 | BString path = GlobalSettings::getAutomationFolder(this->container); |
| 124 | if (!Fs::doesNativePathExist(path)) { |
| 125 | Fs::makeNativeDirs(path); |
| 126 | } |
| 127 | this->launch(); |
| 128 | GlobalSettings::startUpArgs.recordAutomation = GlobalSettings::getAutomationFolder(this->container); |
| 129 | } |
| 130 | |
| 131 | void BoxedApp::runAutomation() { |
| 132 | this->launch(); |