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.
Examples1. Adding the file creation date to the file nameexpression: File.Name + " " + DateToStr(File.Created)
2. Adding file size to the file nameexpression: File.Name + " size is " + IntToStr(File.Size) + " bytes"expression: File.Name + " size is " + IntToStr(Int((File.Size)/1024)) + " Kb"
3. File name case convertionTurn 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)
4. Adding PictureTaken date-time to the file (picture) nameexpression: File.Name + " " + FormatDateTime("DD-MM-YYYY",File.EXIF.PictureTaken)More information coming soon
Other features of AttributeMagic Pro
Change file-folder date-time; |
| ||||||||||||||||
|
| |||||||||||||||||
| feedback site map | |||||||||||||||||
| © Elwinsoft, 1999-2007 | |||||||||||||||||