To url path (same result than posix)
\a\b => /a/b
String toUrlPath(String anyPath) => toPosixPath(anyPath);