Contents

path

The path URL component, or nil if not present.

Declaration

var path: String? { get set }

Discussion

For example, in the URL http://www.example.com/index.html, the path is /index.html.

See Also

Accessing components in native format