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

appendingPathComponent(_:)

Returns a URL constructed by appending the given path component to self. 与えられたパス構成要素をselfに追加することによって構築されるURLを返します。

Declaration 宣言

func appendingPathComponent(_ pathComponent: String) -> URL

Parameters パラメータ

pathComponent

The path component to add. 加えることになるパス構成要素。

Discussion 議論

See Also 参照

Adding Path Components パス構成要素を加える