FileURL

File URL.

Constructors

this
this(string str)
Undocumented in source.
this
this(FilePath path)
Undocumented in source.

Members

Functions

opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source.

Variables

url
URL url;
Undocumented in source.

Examples

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

Meta