Rename files-folders with AttributeMagic Pro

AttributeMagic Pro offers flexible way to mass rename a selected group of files and folders. With mechanism of custom expressions you can construct various renaming schemes.

1. Adding the file/folder date to the file name

The resulting string consists of a date and time formatted using control panel regional settings.

adding date and time to the file name

expression: File.Name + " " + DateTimeToStr(File.Created)

adding only date part of the timestamp

expression: File.Name + " " + DateToStr(File.Created)

adding only time part of the timestamp

expression: File.Name + " " + TimeToStr(File.Created)
Where " " is just separating space enclosed in double straight quotes.

2. Adding file size to the file name

expression: File.Name + " size is " + IntToStr(File.Size) + " bytes"
expression: File.Name + " size is " + IntToStr(Int((File.Size)/1024)) + " Kb"

3. File name case conversion

Turn file name to upper case. Expression: Uppercase(File.Name)
Turn file name to lower case. Expression: Lowercase(File.Name)
Turn first character of the file name to upper case and remaining characters to lower case.
Expression: Namecase(File.Name)

Advanced date-time formatting

Also you can use FormatDateTime function to convert date-time stamp to string and paste it in the file name: File.Name + " " + FormatDateTime("DD-MM-YYYY",File.Created)
Where " " is just separating space in double straight quotes.

4. Adding PictureTaken date-time to the file (picture) name

expression: File.Name + " " + FormatDateTime("DD-MM-YYYY",File.EXIF.PictureTaken)
see detailed FormatDateTime specification

More information coming soon



Download AttributeMagic Pro v.3.0 beta 14 FREE TRIAL
ZIP  Compressed (zipped) Setup file (4.32 Mb)
EXE  Setup file (4.35 Mb)

AttributeMagic Pro is try-before-you-buy software. If you decide to keep it, you have to register and pay the registration fee $34.95 $29.71. Registered users will receive all future versions, free lifetime upgrades, and unlimited technical support.
Your license will be valid for all future versions of the product. You will never be charged for upgrades!
Order online the fully licensed full featured version of AttributeMagic Pro




Buy Now
Order On-Line
15% off the regular price!
Payment options

Product Information
Features
Screen shots
Tutorials
FAQ
Revision History
Testimonials
Features matrix


Questions?
Visit feedback page to ask your question



Bookmark and Share
AttributeMagic Home Page |  Terms of use |  Feedback |  Site map © Elwinsoft, 1999-2010