FileName.absolute

Determine if path is absolute.

struct FileName
nothrow extern (C++) static pure
bool
absolute
(
const(char)* name
)

Parameters

name const(char)*

path

Return Value

Type: bool

true if absolute path name.

Meta