FileName.absolute

Determine if path is absolute.

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

Parameters

name
Type: const(char)[]

path

Return Value

Type: bool

true if absolute path name.

Meta