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

appendingPathComponent(_:isDirectory:)

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

Declaration 宣言

func appendingPathComponent(_ pathComponent: String, isDirectory: Bool) -> URL

Parameters パラメータ

pathComponent

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

isDirectory

If true, then a trailing / is added to the resulting path. trueならば、そのときひとつの後に引きずる/が結果パスに追加されます。

See Also 参照

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