appending(_:)

Returns the absolute path with additional literal components appended.

AbsolutePath.swift:180
func appending(_ component: String) -> AbsolutePath

This method should only be used in cases where the input is guaranteed to be a valid path component (i.e., it cannot be empty, contain a path separator, or be a pseudo-path like ‘.’ or ‘..’).