Returns the path where apps from the Autodesk App Store are installed.
# Get the value of the property.propertyValue = applicationFolders_var.appStoreInstallPath
#include <Core/Application/ApplicationFolders.h>// Get the value of the property.string propertyValue = applicationFolders_var->appStoreInstallPath();