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