FileName.absolute

Determine if path is absolute.

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

Parameters

name const(char)[]

path

Return Value

Type: bool

true if absolute path name.

Meta