MCPcopy Create free account
hub / github.com/Tencent/libpag / GetDocumentsFolderPath

Function GetDocumentsFolderPath

exporter/src/utils/AEHelper.cpp:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

RunScriptPreWarmFunction · 0.85

Calls 2

RunScriptFunction · 0.85
emptyMethod · 0.80

Tested by

no test coverage detected