description
A textual representation of the path root.
Declaration
var description: String { get }Discussion
If the content of the path root isn’t a well-formed Unicode string, this replaces invalid bytes with U+FFFD. See String.init(decoding:).
A textual representation of the path root.
var description: String { get }If the content of the path root isn’t a well-formed Unicode string, this replaces invalid bytes with U+FFFD. See String.init(decoding:).