FileName.absolute

Determine if path is absolute.

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

Parameters

name
Type: const(char)*

path

Return Value

Type: bool

true if absolute path name.

Meta