Contents

appendPathComponent(_:)

Appends a path component to the URL.

Declaration

mutating func appendPathComponent(_ pathComponent: String)

Parameters

  • pathComponent:

    The path component to add.

Discussion

New code should use append(path:directoryHint:) instead of this method.

See Also

Adding path components