FilePath.path

Replace the root and folder portions of this path and reparse. The replacement will be padded with a path separator as required.

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

Meta