padding doesnt work?

I'm not sure what im doing wrong but i want to rename my music files to their track number with leading zeros. I tried: <Track:00> but the output stays "1", "2", etc. instead of "01", "02".. what am i doing wrong? thanks
Reply to #1:
The same for me—I’m not sure if this is a bug. Let's wait for Kim's response. In the meantime, you could try using the <Audio Track> tag.
Reply to #1:

Hi Ben,

Padding the track number doesn't work for me either; seems to be an error introduced more recently. You can always use renumber to zero-pad the track number after it is added. Just add a Renumber method after adding the track, make it relative to existing number, and manually zero-pad to 2. That works for me.

Hopefully Kim can straighten out some of the kinks in the tags with the coming release.

Best,
DF

EDIT: Thanks Styb, <audio track:00> works for me.