FileName.absolute

Determine if path is absolute.

struct FileName
extern (D) nothrow static pure @nogc
bool
absolute
(
const(char)[] name
)

Parameters

name const(char)[]

path

Return Value

Type: bool

true if absolute path name.

Meta