func deletingLastPathComponent () -> URL
Returns a URL constructed by removing the last path component of self.
selfの最後のパス構成要素を取り除くことによって構築されるURLを返します。
Availability 有効性
Technology
mutating func deleteLastPathComponent()
This function may either remove a path component or append /..
.
この関数は、パス構成要素を取り除くかまたは/..
を追加するのどちらかかもしれません。
If the URL has an empty path (e.g., http://www
), then this function will do nothing.
URLが空のパスを持つならば(たとえば、http://www
)、その時この関数は何もしません。
func deletingLastPathComponent () -> URL