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