File URL.
assert(FileURL("www.sunet.se").toString == "www.sunet.se"); assert(FileURL(FilePath("/etc/passwd")).toString == "/etc/passwd");
See Implementation
File URL.