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

relativePath

The relative path, conforming to RFC 1808. (read-only) 相対パス、RFC 1808に準拠します。(読み出しのみ)

Declaration 宣言

var relativePath: String? { get }

Discussion 議論

This property contains the relative path of the receiver’s URL without resolving against its base URL. Any percent-encoded characters are not unescaped. If the path has a trailing slash it is stripped. If the receiver is an absolute URL, this property contains the same value as path. If the receiver does not conform to RFC 1808, it contains nil. このプロパティは、レシーバの持つURLの相対パスを、それの基準URLに照らし合わせて解決することなしに含みます。あらゆるパーセント符号化された文字は、アンエスケープされません。パスが後に引きずるスラッシュを持つならばそれは剥ぎ取られます。レシーバが絶対URLであるならば、このプロパティはpathと同じ値を含みます。レシーバがRFC 1808に準拠しないならば、それはnilを含みます。

See Also 参照

Accessing the Parts of the URL URLの部分それらにアクセスする