Modifying report files

This forum is for all Flare related Tips and Tricks.
Have a tip or trick you use while working in Flare? Share it here.
Post Reply
Matze
Sr. Propeller Head
Posts: 163
Joined: Mon Jun 20, 2016 10:35 pm

Modifying report files

Post by Matze »

I´m using the report files, in the example below to show the unused images in my project.
But we´ve a lot of images in folders which are not used but should not be deleted, like in the "_ORIGINALS" folders.

Is their a way to exclude these files in the code below. Show all unlinked images in project without e.g. _ORIGINALS folders?

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CatapultReportFile
  Tables="unused-images"
  Comment="This template includes all reports related to unused items. Once the new report file is created, you can enable or disable any report from any group.">
  <Stylesheet />
</CatapultReportFile>
Post Reply