deleteLastPathComponent()
Returns a URL constructed by removing the last path component of self.
Declaration
mutating func deleteLastPathComponent()Discussion
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 do nothing.