FilePath.file

Replace the file and suffix portions of this path and reparse. The replacement will be prefixed with a suffix separator as required.

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

Meta