Hello. I've tried a number of solutions I found here ("https://community.mp3tag.de/search?q=forward%20slash") but can't get any of them to work.
I'm trying to replace "\" with "/" in a folderpath. I started with
($replace(%_folderpath%,\,/)
but that expression replaces "\" with nothing.
I've tried various ways of escaping the "\" and "/" but nothing works. I can't get the $regex solutions I've seen to work either. Can anyone help?
TIA
Les
PS Replacing "\" with "\\" as I need to do for this post to read correctly doesn't work either...