Rename files and folders with AttributeMagic Pro

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

Examples

1. Adding the file creation date to the file name

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

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 convertion

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))

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)

More information coming soon


Download AttributeMagic Pro v.2.3 beta4 FREE TRIAL.
Download ZIPPED file (1.76 Mb)      Download EXE file (1.77 Mb)

Other features of AttributeMagic Pro

Change file-folder date-time;
Annotate digital photos/images;
Print, export, save folder contents;


Buy Now
Order On-Line for Immediate delivery
Payment options

Product Information
Key features
Screen shots
Tutorials
FAQ
Revision History
Testimonials
Features matrix
Awards


Coming soon
* command-line options
* more date-time modification options
* improved templates
* other options

feedback            site map           
© Elwinsoft, 1999-2007