Instance Property インスタンスプロパティ

relativePath

The relative path of the URL if the URL conforms to RFC 1808 (the most common form of URL), otherwise nil. URLの相対パス、もしそのURLがRFC 1808(URLの最も一般的な形式)に準拠するならば、そうでなければnil。

Declaration 宣言

var relativePath: String { get }

Return Value 戻り値

The relative path, or an empty string if the URL has an empty path. 相対パス、または空文字列、もしそのURLが空のパスを持つならば。

Discussion 議論

This is the same as path if baseURL is nil. If the URL contains a parameter string, it is appended to the path with a ;. これは、baseURLがnilならばpathと同じです。URLがパラメータ文字列を含むならば、それは;とともにパスに追加されます。

See Also 参照

Accessing the Parts of a URL URLの部分にアクセスする