Auto sort to # directory!

Hello! I organize my music by letter with this string:

  • Format Value:
  • _DIRECTORY
  • Z:\My Music\!Korean\$left(%artist%,1)\\%artist%\\%artist% - %year% - %comment% - %album%[ - %discnumber%]
I was wondering how I could make 1-0 be moved to a folder named # instead of individual folders. Thanks!

--

What I want:

  • #
  • A
  • B
  • C
  • D
  • E

What it does currently:

  • 1
  • 3
  • 6
  • 8
  • A
  • B
  • C
  • D
  • E

what about:

Z:\My Music!Korean$replace($left(%artist%,1),0,#,1,#,2,#,3,#,4,#,5,#,6,#,7,#,8,#,9,#)\%artist%\%artist% - %year% - %comment% - %album%[ - %discnumber%]

That worked! Thank you so much!!