init(validating:relativeTo:)

Initializes an AbsolutePath from a string that may be either absolute or relative; if relative, basePath is used as the anchor; if absolute, it is used as is, and in this case basePath is ignored.

AbsolutePath.swift:62
init(validating pathString: String, relativeTo basePath: AbsolutePath) throws