![]() |
Difference between file:// and file:///
What's the difference between the 2 URLs: file:// and file:/// ?
Thanks. |
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 |
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.
|
All times are GMT -5. The time now is 10:14 AM. |
Copyright © 1999-2023 Kinook Software, Inc.