uri - So what IS the right direction of the path's slash (/ or \) under Windows? -


It seems that windows emphasizes writing a backslash \ in the file path, while NIT's URI class writes them with slash / . Is there a right way, which is accepted even in the most primitive systems? And why is it? Does Net's URI show a second slash in comparison to the rest?

A file path and a URI is different \ in a Windows file path Is correct and correct in the / one URI.

Then this file path: C: \ Documents \ FU translates this URI: file: ///.c: / document / foo


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -