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

deleteLastPathComponent()

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

Declaration 宣言

mutating func deleteLastPathComponent()

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 do nothing. URLが空のパスを持つならば(たとえば、http://www.example.com)、その時この関数は何もしません。

See Also 参照

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