init(validating:)

Initializes the AbsolutePath from absStr, which must be an absolute path (i.e. it must begin with a path separator; this initializer does not interpret leading ~ characters as home directory specifiers). The input string will be normalized if needed, as described in the documentation for AbsolutePath.

AbsolutePath.swift:55
init(validating pathString: String) throws