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:
What it does currently:
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!!