| 44 | int32_t AEVersion::MinorVersion = 0; |
| 45 | |
| 46 | std::string GetDocumentsFolderPath() { |
| 47 | if (DocumentsFolderPath.empty()) { |
| 48 | DocumentsFolderPath = RunScript("Folder.myDocuments.fsName;"); |
| 49 | } |
| 50 | return DocumentsFolderPath; |
| 51 | } |
| 52 | |
| 53 | std::string GetAEVersion() { |
| 54 | if (AeVersion.empty()) { |
no test coverage detected