deletingLastPathComponent()
Returns a URL constructed by removing the last path component of self.
Declaration
func deletingLastPathComponent() -> URLDiscussion
This function may either remove a path component or append /...
If the URL has an empty path (e.g., http://www.example.com), then this function will return the URL unchanged.