* @brief Returns the 'AI/' write root, creating it if needed. */
| 93 | * @brief Returns the 'AI/' write root, creating it if needed. |
| 94 | */ |
| 95 | QString AI::FileSandbox::writeRoot() const |
| 96 | { |
| 97 | return QFileInfo(Misc::WorkspaceManager::instance().path(QStringLiteral("AI"))) |
| 98 | .canonicalFilePath(); |
| 99 | } |
| 100 | |
| 101 | /** |
| 102 | * @brief Returns the session allow-list of user-dropped paths. |