Re: UMS.config keeps doubling \s
Posted: Wed May 27, 2020 2:52 pm
the \\ is correct, it's a Java thing where it interprets \ as a special character for escape codes
If you actually need the single \ the code is \\
If you actually need the single \ the code is \\