Dev mode prints out messages like below on Windows, which uses a mixture of \ and /. We should ensure these messages have the correct file separator at all times.
Also consider when local paths are Windows and container paths are Linux style. e.g. ...usr\servers\defaultServer\something\bootstrap.properties:/config/something/bootstrap.properties
Dev mode prints out messages like below on Windows, which uses a mixture of
\
and/
. We should ensure these messages have the correct file separator at all times.