Gets and sets the filename or URL of the file to be imported.
# Get the value of the property.propertyValue = sVGImportOptions_var.filename# Set the value of the property.sVGImportOptions_var.filename = propertyValue
#include <Core/Application/SVGImportOptions.h>// Get the value of the property.string propertyValue = sVGImportOptions_var->filename();// Set the value of the property, where value_var is a string.bool returnValue = sVGImportOptions_var->filename(value_var);