Fix how the url is built for windows runtime. By using path.Join, it would incorrectly use the window's filesystem path separator which is not correct for the URL.
Fix how the url is built for windows runtime. By using path.Join, it would incorrectly use the window's filesystem path separator which is not correct for the URL.