I was wondering why file URLs have 3 slashes in front.
For example, if I were to read a pdf file using chrome, the URL would be file:///D:/Desktop/Book.pdf.
This seems totally unnecessary. Since http uses only two slashes, common sense would tell me that a file URL should look like this: file://D:/Desktop/Book.pdf.
Why do file URLs have three slashes?
file://localhost/D:/Desktop/automatically. – screener Dec 27 '11 at 21:11