FilePath.folder

Replace the folder portion of this path. The folder will be padded with a path-separator as required.

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

Meta