FilePath.root

Return the root of this path. Roots are constructs such as "C:".

  1. inout(char)[] root [@property getter]
    class FilePath
    @property final inout
    inout(char)[]
    root
    ()
  2. const(char)[] root [@property setter]

Meta