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

deletingPathExtension()

Returns a URL constructed by removing any path extension. 何らかのパス拡張子を取り除くことによって構築されるURLを返します。

Declaration 宣言

func deletingPathExtension() -> URL

Discussion 議論

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 a Path Extension パス拡張子を取り除く