baseName

Just like std.path.baseName, but operates on Path.

  1. Path baseName(Path path)
  2. Path baseName(Path path, string suffix)
    @safe pure
    baseName
    (
    CaseSensitive cs = CaseSensitive.osDefault
    )
    (,
    in string suffix
    )

Meta