standardized
A copy of the URL with any instances of ".." or "." removed from its path. (read-only)
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.