#1
|
|||
|
|||
Difference between file:// and file:///
What's the difference between the 2 URLs: file:// and file:/// ?
Thanks. |
#2
|
|||
|
|||
File URLs follow the form
file://host/path If host is omitted (file:///path), it is taken to be localhost. So technically, file://path is not actually a valid file URL, while file:///path is (although Windows typically accepts both). http://www.cs.tut.fi/~jkorpela/fileurl.html |
#3
|
|||
|
|||
Kinook, thanks a lot for your valuable information. You may explain why some URL with // causes errors and /// generally works fine in Info Item text.
|
|
|