FilePath.suffix

Replace the suffix portion of this path. The suffix will be prefixed with a file-separator as required.

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

Meta