Wednesday, May 21, 2008

v7.10.0017 - 2008-05-21 15:42

  • + Rename Special Batch Rename: Using date variables in rename patterns got much more powerful:
    - You can use all the following variable types:
      <date>             : date now
      <datem>            : modified date of renamed item
      <datec>            : created date of renamed item
      <datea>            : accessed date of renamed item
      Kept for backward compatibility but deprecated:
      <dyyyymmdd_hhnnss> : date now
      <myyyymmdd_hhnnss> : modified date of renamed item
    - You can have any number of date variables simultaneously in one pattern, e.g. this pattern:
      *-ModYear=<datem yyyy>-Created=<datec yyyy-mm-dd hh-nn-ss>
    - You can mix date variables with other variable types, like
      <#...> (Increment).
    These enhancements also apply to User-Defined Commands (Rename) and Scripting (::rename).
  • * Menu File | Properties (Alt+Enter): From now on, when the List is focused but no item is focused AND selected then the properties of the current path are shown (before, it was the properties of the focused item).