No. file://home/...refers to a file on the host named "home". Full file:///home/...three-slash syntax where an empty host component indicates the local host. However, most URI parsers that recognize a file scheme also accept file:/pathnameonly with one slash; the absence of double slashes means that the host component is skipped.
source
share