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

appendPathComponent(_:isDirectory:)

Appends a path component to the URL. あるパス構成要素をこのURLに追加します。

Declaration 宣言

mutating func appendPathComponent(_ pathComponent: String, isDirectory: Bool)

Parameters パラメータ

pathComponent

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

isDirectory

Use true if the resulting path is a directory. trueを使ってください、もし結果パスがディレクトリならば。

See Also 参照

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