html tags for space, vowels with accent, etc.

In DESKTOP/

I get path with %20 (as an example, and many others like %3D, etc.)

I want to replace them with their real word values (space, [,], ).

I wasted around one hour in that quest, but I failed to reach what I want.

Clue(s) ?

Try

DecodeURLComponent(url, Encodings.UTF8)

Hi Thomas,

Your advice looks nice, promising. I will try asap.

Thank you.

Works fine. That was what I was searching (and failet to reach it). Thanks Thomas.