File size tags
These tags can be used to insert the size of a file at the time of rename into the filename.
The X
parameter is used to specify zero padding of the value. <Filesize Kb:xxx>
will result in a value of minimum 3 digits.
<Filesize Text> New in version 4.08 |
Inserts the file size in a human-readable format, such as 1.5 kb, 12 mb, or 3.2 gb. |
<Filesize B:x> |
File size in bytes. |
<Filesize Kb:x> |
File size in kilo bytes. |
<Filesize Mb:x> |
File size in mega bytes. |
<Filesize Gb:x> |
File size in giga bytes. |
<Filesize Tb:x> |
File size in tera bytes. |