phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
WrPath
nxt
path
Written (output) path.
@
safe
struct
WrPath {
this
(string str);
Path
path
;
}
Constructors
this
this
(string str)
Undocumented in source.
Alias This
path
Members
Variables
path
Path
path
;
Undocumented in source.
Examples
assert
(
WrPath
(
"/usr/bin/"
) ==
Path
(
"/usr/bin/"
));
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
Written (output) path.