func deletingPathExtension () -> URL
Returns a URL constructed by removing any path extension.
何らかのパス拡張子を取り除くことによって構築されるURLを返します。
Availability 有効性
Technology
mutating func deletePathExtension()
If the URL has an empty path (e.g., http://www
), then this function will do nothing.
URLが空のパスを持つならば(たとえば、http://www
)、その時この関数は何もしません。
func deletingPathExtension () -> URL