1.

Difference between / and \\

Answer»

the second SYNTAX with \ is correct and you should USE that ONE, the FIRST with \\ works too.

the second syntax with \ is correct and you should use that one, the first with \\ works too.The only exception is double-backslash at the very BEGINNING of a path that indicates a UNC path.

the second syntax with \ is correct and you should use that one, the first with \\ works too.The only exception is double-backslash at the very beginning of a path that indicates a UNC path.See Universal Naming Convention.

the second syntax with \ is correct and you should use that one, the first with \\ works too.The only exception is double-backslash at the very beginning of a path that indicates a UNC path.See Universal Naming Convention.Windows ignores double backslashes. So while



Discussion

No Comment Found