Author Topic: Сomplex issue  (Read 9646 times)

xoxmodav

  • Newbie
  • *
  • Posts: 2
Сomplex issue
« on: May 03, 2012, 11:09:30 AM »
What should I do if the program uses files with the same content but with different extensions? For example DT1, DT2, DT3, DT4, etc.

What is the expansion set for the replacement of the determination? Is there some kind of regular expressions for use in such cases?

Can I use for the file type extension of "DT#"?

Mark0

  • Administrator
  • Hero Member
  • *****
  • Posts: 2743
    • Mark0's Home Page
Re: Сomplex issue
« Reply #1 on: May 03, 2012, 12:00:28 PM »
In the <ext> element in the definition I would put something like:

Code: [Select]
<Ext>DT1/DT2/DT3</Ext>
and eventually add some remarks in the <rem> element.

Then if TrID is used to add/modify the extension of a file of that type, it will use the first one.

xoxmodav

  • Newbie
  • *
  • Posts: 2
Re: Сomplex issue
« Reply #2 on: May 03, 2012, 01:13:35 PM »
Thanks for the clarification - I will use this option descriptions.