[Solved] UMS.config keeps doubling \s
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Re: UMS.config keeps doubling \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 \\
If you actually need the single \ the code is \\
Logs are important for us to help, Please follow This Link before asking for support. Just a forum cleaner, Will help if I can but no expert.
Re: UMS.config keeps doubling \s
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 "/".