Edited the file metadata section.
1 parent ff70055 commit 1e8cc26b81b5a0ecaacb118c071ba79264517fa2
@tundra tundra authored on 29 Mar 2010
Showing 1 changed file
View
20
tren.rst
it is written in the Python programming language. Python
*mostly* works the exact same way everywhere. However,
Windows presents some problems because it does not quite
work the same way as Unix-derived OSs do. In particular, if
you need to make use of the User/Group ID/Name renaming
tokens on Windows, consider installing the ``win32all``
extensions to your Windows Python installation. If you
don't, **tren** will base its order on the generic names
"WindowsUser" and "WindowsGroup".
you need to make use of the User/Group Name renaming tokens
on Windows, consider installing the ``win32all`` extensions
to your Windows Python installation. If you don't, **tren**
will base its order on the generic names ``WindowsUser`` and
``WindowsGroup``. (In any case, User/Group *ID* numbers are
not meaningful under Windows and default to 0. Renaming
tokens based on these IDs should thus be avoided on Windows
systems since every file- and directory will have the same
ID.)
 
 
File Attribute Renaming Tokens
==============================
-----------------------------
 
::
 
$Id: tren.rst,v 1.160 2010/03/29 18:44:06 tundra Exp $
$Id: tren.rst,v 1.161 2010/03/29 18:58:55 tundra Exp $
 
You can find the latest version of this program at:
 
http://www.tundraware.com/Software/tren