func appendPathComponent (String)
Appends a path component to the URL.
あるパス構成要素をこのURLに追加します。
func appendingPathComponent (String) -> URL
Returns a URL constructed by appending the given path component to self.
与えられたパス構成要素をselfに追加することによって構築されるURLを返します。
func appendingPathComponent (String, isDirectory : Bool) -> URL
Returns a URL constructed by appending the given path component to self.
与えられたパス構成要素をselfに追加することによって構築されるURLを返します。