Gets the full path of the folder that contains this script or add-in.
# Get the value of the property.propertyValue = script_var.folder
#include <Core/Application/Script.h>// Get the value of the property.string propertyValue = script_var->folder();