Gets or sets the resource folder.
# Get the value of the property.propertyValue = workspace_var.resourceFolder# Set the value of the property.workspace_var.resourceFolder = propertyValue
#include <Core/UserInterface/Workspace.h>// Get the value of the property.string propertyValue = workspace_var->resourceFolder();// Set the value of the property, where value_var is a string.bool returnValue = workspace_var->resourceFolder(value_var);