Contents

debugDescription

A textual representation of the path component, suitable for debugging.

Declaration

var debugDescription: String { get }

Discussion

If the content of the path component isn’t a well-formed Unicode string, this replaces invalid bytes with U+FFFD. See String.init(decoding:).