Rename files and folders with AttributeMagic Pro |
|
The AttributeMagic Pro utility offers a flexible way to batch rename any selected group of files and folders.
With mechanism of custom expressions you can construct various renaming schemes:
Example:
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"
More information about custom expressions coming soon
Other features of AttributeMagic Pro
Change file-folder date-time;
Annotate digital photos/images;
Print, export, save folder contents;
|
|
|
|