Page 1 of 1

Re: UMS.config keeps doubling \s

Posted: Wed May 27, 2020 2:52 pm
by mik_s
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 \\

Re: UMS.config keeps doubling \s

Posted: Wed May 27, 2020 9:45 pm
by Nadahar
To avoid this whole confusion, use "/" instead of "\" in paths in the configuration. UMS will handle both, but there's no such "special handling" tied to "/".