URL::getFileName() how to remove % encodings [solved]

A beginners question :slight_smile: i receive an encoded file name with URL::getFileName() with %20 codes for spaces. Is there a way to decode this in JUCE and convert it to a normal readable string?

I finally found it:

URL::removeEscapeChars(…)