FilePath.name

Replace the name portion of this path.

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

Meta