Instance Method インスタンスメソッド

deletingLastPathComponent()

Returns a URL constructed by removing the last path component of self. selfの最後のパス構成要素を取り除くことによって構築されるURLを返します。

Declaration 宣言

func deletingLastPathComponent() -> URL

Discussion 議論

This function may either remove a path component or append /... この関数は、パス構成要素を取り除くかまたは/..を追加するのどちらかかもしれません。

If the URL has an empty path (e.g., http://www.example.com), then this function will return the URL unchanged. URLが空のパスならば(たとえば、http://www.example.com)、そのときこの関数は変化していないURLを返します。

See Also 参照

Removing Path Components パス構成要素を取り除く