Template variables
File Path and Name
|
%FILEPATH% |
Full file path |
|
%FILENAME% |
Name and extension of the file |
|
%FILETITLE% |
Title of the file without the extension |
|
%FILEEXT% |
Extension of the file |
|
%SHORTFILENAME% |
Short name of the file |
|
%SHORTFILEPATH% |
Short path of the file |
|
%UNCPATH% |
Network path of the file (the prefix \\HOSTNAME\ will be included) |
|
%INTERNETPATH% |
Internet path (for example "file://C:/folder/file.txt") |
|
%DRIVE% |
Drive where the file is located |
|
%PARENTPATH% |
Parent folder path which is common to all the selected elements |
|
%RELPATH% |
Parent folder path without drive |
|
%FOLDERNAME% |
Name of the parent folder |
File Properties
|
%FILETYPE% |
Type of the file |
|
%FILESIZE% |
Size of the file. It will also include KB, MB, GB, depending of the size. |
Modified Time of File
|
%$X |
Local time. Example: 14.05 |
|
%$p |
Indicator AM/PM |
|
%$I |
Hour (12-hour format) |
|
%$H |
Hour (24-hour format) |
|
%$M |
Minutes |
|
%$S |
Seconds |
|
%$z |
Time Zone (short) |
|
%$Z |
Time Zone (long) |
Modified Date of File
|
%$x |
Local Date Format. Example: 08-10-2011 |
|
%$D |
Long Date Format. Example: Saturday, October 8 2011 |
|
%$d |
Day of Month in Decimal (01-31) |
|
%$m |
Month in Decimal (01-12) |
|
%$b |
Short Month Name (Jan, Feb, ...) |
|
%$B |
Long Month Name (January, February, ...) |
|
%$y |
Year without Century (00-99) |
|
%$Y |
Year with Century |
|
%$a |
Short Week of Day (Mon, Tue, ...) |
|
%$A |
Long Week of Day (Monday, Tuesday, ...) |
|
%$w |
Day of Week in Decimal (0-6, 0=Sunday) |
|
%$W |
Week of Year in Decimal (00-53) |
|
%$j |
Day of Year in Decimal (001-366) |
Current Time
%@X |
Local time. Example: 14.05 |
|
%@p |
Indicator AM/PM |
|
%@I |
Hour (12-hour format) |
|
%@H |
Hour (24-hour format) |
|
%@M |
Minutes |
|
%@S |
Seconds |
|
%@z |
Time Zone (short) |
|
%@Z |
Time Zone (long) |
Current Date
|
%@x |
Local Date Format. Example: 08-10-2011 |
|
%@D |
Long Date Format. Example: Saturday, October 8 2011 |
|
%@d |
Day of Month in Decimal (01-31) |
|
%@m |
Month in Decimal (01-12) |
|
%@b |
Short Month Name (Jan, Feb, ...) |
|
%@B |
Long Month Name (January, February, ...) |
|
%@y |
Year without Century (00-99) |
|
%@Y |
Year with Century |
|
%@a |
Short Week of Day (Mon, Tue, ...) |
|
%@A |
Long Week of Day (Monday, Tuesday, ...) |
|
%@w |
Day of Week in Decimal (0-6, 0=Sunday) |
|
%@W |
Week of Year in Decimal (00-53) |
|
%@j |
Day of Year in Decimal (001-366) |
Photo Attributes
|
%HEIGHT% |
Height (in pixels) |
|
%WIDTH% |
Width (in pixels) |
Photo Attributes - Captured Time
NOTE: for files which are not photos, the last write time of the file will be applied.
|
%#X |
Local time. Example: 14.05 |
|
%#p |
Indicator AM/PM |
|
%#I |
Hour (12-hour format) |
|
%#H |
Hour (24-hour format) |
|
%#M |
Minutes |
|
%#S |
Seconds |
|
%#z |
Time Zone (short) |
|
%#Z |
Time Zone (long) |
Photo Attributes - Captured Date
NOTE: for files which are not photos, the last write date of the file will be applied.
|
%#x |
Local Date Format. Example: 08-10-2011 |
|
%#D |
Long Date Format. Example: Saturday, October 8 2011 |
|
%#d |
Day of Month in Decimal (01-31) |
|
%#m |
Month in Decimal (01-12) |
|
%#b |
Short Month Name (Jan, Feb, ...) |
|
%#B |
Long Month Name (January, February, ...) |
|
%#y |
Year without Century (00-99) |
|
%#Y |
Year with Century |
|
%#a |
Short Week of Day (Mon, Tue, ...) |
|
%#A |
Long Week of Day (Monday, Tuesday, ...) |
|
%#w |
Day of Week in Decimal (0-6, 0=Sunday) |
|
%#W |
Week of Year in Decimal (00-53) |
|
%#j |
Day of Year in Decimal (001-366) |
MP3 Attributes
|
%MP3TITLE% |
Title |
|
%MP3ARTIST% |
Artist |
|
%MP3ALBUM% |
Album |
|
%MP3YEAR% |
Year |
|
%MP3TRACK% |
Track Number |
|
%MP3GENRE% |
Genre (Pop, Rock, ...) |
|
%MP3COMMENT% |
Comment |
|
%MP3MIN% |
Length in minutes |
|
%MP3SEC% |
Length in seconds |
|
%MP3BITRATE% |
Bitrate (kbps) |
|
%MP3SAMPLERATE% |
Sample Rate |
|
%MP3MODE% |
Channel Mode (Mono, Stereo) |
Checksum
|
%md5% |
MD5 checksum in lowercase |
|
%MD5% |
MD5 checksum in uppercase |
|
%sha1% |
SHA1 checksum in lowercase |
|
%SHA1% |
SHA1 checksum in uppercase |
|
%sha256% |
SHA256 checksum in lowercase |
|
%SHA256% |
SHA256 checksum in uppercase |
|
%sha384% |
SHA384 checksum in lowercase |
|
%SHA384% |
SHA384 checksum in uppercase |
|
%sha512% |
SHA512 checksum in lowercase |
|
%SHA512% |
SHA512 checksum in uppercase |
|
%crc32% |
CRC32 checksum in lowercase |
|
%CRC32% |
CRC32 checksum in uppercase |
Other variables
|
%COMPUTERNAME% |
Computer name |
|
%USERNAME% |
User name who logged in |
|
%SEQ% |
A sequence is added starting in 1 |
|
%TAB% |
Add a tabulator |