In Preferences you can set the File Window tip.
To see the categories for eacht file I use this expression:
<Run FontFamily='Tahoma' FontSize='12pt' FontWeight='light' Foreground='#dbb609' > Categorie:{File.Categories.Direct|level:1} > {File.Categories.Direct|level:-1} > {File.Categories.Direct|level:-0}</Run>
The result is okay for files with only one categorie (with one or more levels).
When there are two or more categories, with each more levels, the info tip is not what I would prefer,
For example: a file has 3 categories, each two levels:
cat 1: Flora > composites (flora is the 1st level and composites the 2nd level)
cat 2: Holliday-location > France south (Holliday-location is the 1st level and France south the 2nd)
cat 3: Holliday-year > 2009 (Holliday year is the 1st level and 2009 the 2nd)
The result is this File Window tip: Flora; Holliday-location; Holliday-year > composites; France south; 2009
Instead I would like this order: Flora > composites; Holliday location > France south; Holliday year > 2009
Is that possible and how can I get this?
A helping answer would be nice....