Returns the path to the version-specific folder where Fusion is installed.
# Get the value of the property.propertyValue = applicationFolders_var.rootPath
#include <Core/Application/ApplicationFolders.h>// Get the value of the property.string propertyValue = applicationFolders_var->rootPath();