Minor edits.
1 parent cedcbcd commit 215f127ee07117d326bada0d79c093ce4b8fb4d6
@tundra tundra authored on 29 Mar 2010
Showing 1 changed file
View
14
tren.rst
renaming token, because sequence renaming tokens always start with
either a ``+`` or ``-`` sign (to indicate ascending or descending
counting respectively). This distinction is important because some
attribute- and sequence renaming tokens share the same name. For
instance, ``/FNAME/`` is an attribute token representing the original
name of the file before it was renamed. However, ``/+FNAME::003/`` is
a sequence renaming token that returns the position of the file name
in alphabetic order starting counting from ``003``. Although they are
both based on the file name (hence the common renaming token symbol),
they do very different things.
instance, ``/FNAME/`` is an attribute token representing the *original
name* of the file before it was renamed. However, ``/+FNAME::003/``
is a sequence renaming token that returns the *position* (order) of
the file name in alphabetic order starting counting from ``003``.
Although they are both based on the file name (hence the common
renaming token symbol), they do very different things.
 
 
How **tren** Uses File Metadata
================================
-----------------------------
 
::
 
$Id: tren.rst,v 1.164 2010/03/30 00:42:10 tundra Exp $
$Id: tren.rst,v 1.165 2010/03/30 00:43:26 tundra Exp $
 
You can find the latest version of this program at:
 
http://www.tundraware.com/Software/tren