Is a (local) file path an URI?
问题 On some input we allow the following paths: C:\Folder \\server\Folder http://example.com/... I wonder if I can mark them all as "URI"s? Thanks! 回答1: C:/Folder and /server/Folder/ are file paths. http://example.com/ is a URL, which is a URI sub-type, so you could mark it as a URI but not the other way around (like how squares are rectangles but not vice versa). Of course, here you have posted a clear, simple example. When discussing the distinction between URI and URL, not only is the answer