phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
URL
nxt
path
URL.
@
safe
struct
URL {
string
str
;
bool
opCast
();
string
toString
();
}
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
str
string
str
;
Undocumented in source.
Examples
assert
(
URL
(
"www.sunet.se"
).
toString
==
"www.sunet.se"
);
Meta
Source
See Implementation
nxt
path
functions
baseName
buildNormalizedPath
buildPath
exists
expandTilde
structs
DirName
DirPath
DirURL
ExePath
FileName
FilePath
FileURL
FileURLOffset
FileURLRegion
Path
RdPath
URL
WrPath
URL.