Tag artist field from folder name?

hi, could anyone help me, when I tag the artist field I'm wanting it to place the artist's name for that particular folder but it puts 1 artist name for all folders, how can I fix that?, see the image showing it placed A Teens for all folders.

Which function do you use to set the artist and/or folder name?

I'm using %_workingdir% for the format string, I tried all strings, I hope there's a way :folded_hands:t3:

The first line in list of files shows the string "A Teens" but is shows a path "E:\Music\A\A Teens\SIngles\Sugar Rush [EU Maxi CD]"
The %_workingdir% is the path that you see in the field for "Directory" in the tag panel.
%_directory% points at the folder in which the current file is located - that would be "Sugar Rush [EU Maxi CD].
If you want to get the "A Teens" from way up the folder hierarchy, then Convert>Filename-Tag would be the function of choice with
Format string: %artist%\%dummy%\%dummy%\%dummy%
The preview should show whether you have the right amount of folder levels.

it worked, thank you so much, you saved me so much time :folded_hands:t3: