Leading zero in Sprite Exports

Plain and simple. Lots of programs list and load items in a directory in alphabetical order, and without a leading zero, many sprites are sorted out of order. Adding the option to save with a leading zero would prevent this.
(Honestly, I’m mostly annoyed because os.listdir() in Python does this)
Thanks.