dmd v2.104.0 (2023-06-02T08:46:32Z)
Dub
Repo
FileName.absolute
dmd
root
filename
FileName
Determine if path is absolute.
bool
absolute
(const(char)* name)
struct
FileName
extern (
C
++) nothrow static pure @
nogc
bool
absolute
(
const
(
char
)*
name
)
bool
absolute
(const(char)[] name)
Parameters
name
const
(
char
)*
path
Return Value
Type:
bool
true if absolute path name.
Meta
Source
See Implementation
dmd
root
filename
FileName
constructors
this
static functions
absolute
addExt
canonicalName
combine
create
defaultExt
ensurePathExists
equals
equalsExt
exists
ext
findReservedChar
forceExt
free
name
path
refersToParentDir
removeExt
replaceName
searchPath
splitPath
toAbsolute
Determine if path is absolute.