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

standardized

A copy of the URL with any instances of ".." or "." removed from its path. (read-only) URLのコピー、それのパスから".."または"."のあらゆる出現を取り除いた状態で。(読み出しのみ)

Declaration 宣言

var standardized: URL? { get }

Discussion 議論

This property contains a new NSURL object, initialized using the receiver’s path with any instances of ".." or "." removed. If the receiver does not conform to RFC 1808, this property contains nil. このプロパティは、新しいNSURLオブジェクトを含みます、レシーバの持つパスを使って初期化されます、".."または"."のあらゆる出現を取り除いた状態で。レシーバがRFC 1808に準拠しないならば、このプロパティはnilを含みます。

See Also 参照

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